Html Css Color HEX #8AFB0D Chartreuse

📋 copy color: '#8AFB0D'

red 138 ◦ green 251 ◦ blue 13

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

Shades of Chartreuse #8AFB0D

Tints of Chartreuse #8AFB0D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 62.44%

 BLUE value IS 13 (5.47% from 255) = 3.23%

R = 34.33%
G = 62.44%
B = 3.23%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#8AFB0D (or 0x8AFB0D) is known color: Chartreuse. HEX triplet: 8A, FB and 0D. RGB value is (138,251,13). Sum of RGB (Red+Green+Blue) = 138+251+13=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 251 (98.44% from 255 or 62.44% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB0D is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFB0D is #7504F2. Grayscale: #BEBEBE. Windows color (decimal): -7668979 or 916362. OLE color: 916362.

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

Color convert

RGB 138 251 13 -
CMYK 0.45 0 0.95 0.02
HSL 88.49º 0.97% 0.52% -
HSV(B) 88.49º 0.95% 0.98% -
XYZ 45.05 74.43 12.37 -
YUV 190.08 28.06 90.85 -
System Red Green Blue C M Y K H S L
Decimal 138 251 13 0.45 0 0.95 0.02 88.49 0.97 0.52
Hex 8A FB D 2D 0 5F 2 58 61 34
Octal 212 373 15 55 0 137 2 130 141 64
Binary 10001010 11111011 1101 101101 0 1011111 10 1011000 1100001 110100

Color Harmonies of #8AFB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFB0D

Black with #8AFB0D

Text Example


Text Example

White with #8AFB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,251,13); }

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

background-color css

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

 a { background-color: rgb(138,251,13); }

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

border-color css

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

 span { border-color: rgb(138,251,13); }

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