Html Css Color HEX #8AF30B Chartreuse

📋 copy color: '#8AF30B'

red 138 ◦ green 243 ◦ blue 11

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

Shades of Chartreuse #8AF30B

Tints of Chartreuse #8AF30B

RGB

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

 GREEN value IS 243 (95.31% from 255) = 61.99%

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

R = 35.2%
G = 61.99%
B = 2.81%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#8AF30B (or 0x8AF30B) is known color: Chartreuse. HEX triplet: 8A, F3 and 0B. RGB value is (138,243,11). Sum of RGB (Red+Green+Blue) = 138+243+11=392 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.20% from 392); Green value is 243 (95.31% from 255 or 61.99% from 392); Blue value is 11 (4.69% from 255 or 2.81% from 392); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF30B is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF30B is #750CF4. Grayscale: #B9B9B9. Windows color (decimal): -7671029 or 783242. OLE color: 783242.

HSL color Cylindrical-coordinate representation of color #8AF30B: hue angle of 87.16º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AF30B is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 243 11 -
CMYK 0.43 0 0.95 0.05
HSL 87.16º 0.91% 0.5% -
HSV(B) 87.16º 0.95% 0.95% -
XYZ 42.59 69.53 11.49 -
YUV 185.16 29.71 94.36 -
System Red Green Blue C M Y K H S L
Decimal 138 243 11 0.43 0 0.95 0.05 87.16 0.91 0.5
Hex 8A F3 B 2B 0 5F 5 57 5B 32
Octal 212 363 13 53 0 137 5 127 133 62
Binary 10001010 11110011 1011 101011 0 1011111 101 1010111 1011011 110010

Color Harmonies of #8AF30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF30B

Black with #8AF30B

Text Example


Text Example

White with #8AF30B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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