Html Css Color HEX #8AF90F Chartreuse

📋 copy color: '#8AF90F'

red 138 ◦ green 249 ◦ blue 15

#8AF90F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chartreuse #8AF90F

Tints of Chartreuse #8AF90F

RGB

 RED value IS 138 (54.3% from 255) = 34.33%

 GREEN value IS 249 (97.66% from 255) = 61.94%

 BLUE value IS 15 (6.25% from 255) = 3.73%

R = 34.33%
G = 61.94%
B = 3.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#8AF90F (or 0x8AF90F) is known color: Chartreuse. HEX triplet: 8A, F9 and 0F. RGB value is (138,249,15). Sum of RGB (Red+Green+Blue) = 138+249+15=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 249 (97.66% from 255 or 61.94% from 402); Blue value is 15 (6.25% from 255 or 3.73% from 402); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF90F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF90F is #7506F0. Grayscale: #BDBDBD. Windows color (decimal): -7669489 or 1046922. OLE color: 1046922.

HSL color Cylindrical-coordinate representation of color #8AF90F: hue angle of 88.46º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AF90F is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 138 249 15 -
CMYK 0.45 0 0.94 0.02
HSL 88.46º 0.95% 0.52% -
HSV(B) 88.46º 0.94% 0.98% -
XYZ 44.44 73.19 12.24 -
YUV 189.14 29.73 91.53 -
System Red Green Blue C M Y K H S L
Decimal 138 249 15 0.45 0 0.94 0.02 88.46 0.95 0.52
Hex 8A F9 F 2D 0 5E 2 58 5F 34
Octal 212 371 17 55 0 136 2 130 137 64
Binary 10001010 11111001 1111 101101 0 1011110 10 1011000 1011111 110100

Color Harmonies of #8AF90F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF90F

Black with #8AF90F

Text Example


Text Example

White with #8AF90F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AF90F; }

 p { color: rgb(138,249,15); }

 H1.HeaderClassName
 {
   color: #8AF90F;
 }
 .AnyTagClassName
 {
   color: #8AF90F;
 }
</style>

background-color css

<style>
 a { background-color: #8AF90F; }

 a { background-color: rgb(138,249,15); }

 div.DivClassName
 {
   background-color: #8AF90F;
 }
 .BgClassName
 {
   background-color: #8AF90F;
 }
</style>

border-color css

<style>
 span { border-color: #8AF90F; }

 span { border-color: rgb(138,249,15); }

 td.TdClassName
 {
   border-color: #8AF90F;
 }
 .TagClassName
 {
   border-color: #8AF90F;
 }
</style>