Html Css Color HEX #8AFB21 Chartreuse

📋 copy color: '#8AFB21'

red 138 ◦ green 251 ◦ blue 33

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

Shades of Chartreuse #8AFB21

Tints of Chartreuse #8AFB21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.82%

R = 32.7%
G = 59.48%
B = 7.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#8AFB21 (or 0x8AFB21) is known color: Chartreuse. HEX triplet: 8A, FB and 21. RGB value is (138,251,33). Sum of RGB (Red+Green+Blue) = 138+251+33=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 251 (98.44% from 255 or 59.48% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFB21 is #7504DE. Grayscale: #C1C1C1. Windows color (decimal): -7668959 or 2227082. OLE color: 2227082.

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

Color convert

RGB 138 251 33 -
CMYK 0.45 0 0.87 0.02
HSL 91.1º 0.96% 0.56% -
HSV(B) 91.1º 0.87% 0.98% -
XYZ 45.25 74.51 13.44 -
YUV 192.36 38.06 89.23 -
System Red Green Blue C M Y K H S L
Decimal 138 251 33 0.45 0 0.87 0.02 91.1 0.96 0.56
Hex 8A FB 21 2D 0 57 2 5B 60 38
Octal 212 373 41 55 0 127 2 133 140 70
Binary 10001010 11111011 100001 101101 0 1010111 10 1011011 1100000 111000

Color Harmonies of #8AFB21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFB21

Black with #8AFB21

Text Example


Text Example

White with #8AFB21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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