Html Css Color HEX #8AFD0B Chartreuse

📋 copy color: '#8AFD0B'

red 138 ◦ green 253 ◦ blue 11

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

Shades of Chartreuse #8AFD0B

Tints of Chartreuse #8AFD0B

RGB

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

 GREEN value IS 253 (99.22% from 255) = 62.94%

 BLUE value IS 11 (4.69% from 255) = 2.74%

R = 34.33%
G = 62.94%
B = 2.74%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#8AFD0B (or 0x8AFD0B) is known color: Chartreuse. HEX triplet: 8A, FD and 0B. RGB value is (138,253,11). Sum of RGB (Red+Green+Blue) = 138+253+11=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 253 (99.22% from 255 or 62.94% from 402); Blue value is 11 (4.69% from 255 or 2.74% from 402); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD0B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFD0B is #7502F4. Grayscale: #BFBFBF. Windows color (decimal): -7668469 or 785802. OLE color: 785802.

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

Color convert

RGB 138 253 11 -
CMYK 0.45 0 0.96 0.01
HSL 88.51º 0.98% 0.52% -
HSV(B) 88.51º 0.96% 0.99% -
XYZ 45.67 75.68 12.52 -
YUV 191.03 26.4 90.18 -
System Red Green Blue C M Y K H S L
Decimal 138 253 11 0.45 0 0.96 0.01 88.51 0.98 0.52
Hex 8A FD B 2D 0 60 1 59 62 34
Octal 212 375 13 55 0 140 1 131 142 64
Binary 10001010 11111101 1011 101101 0 1100000 1 1011001 1100010 110100

Color Harmonies of #8AFD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFD0B

Black with #8AFD0B

Text Example


Text Example

White with #8AFD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,253,11); }

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

background-color css

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

 a { background-color: rgb(138,253,11); }

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

border-color css

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

 span { border-color: rgb(138,253,11); }

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