Html Css Color HEX #8AF11B Chartreuse

📋 copy color: '#8AF11B'

red 138 ◦ green 241 ◦ blue 27

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

Shades of Chartreuse #8AF11B

Tints of Chartreuse #8AF11B

RGB

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

 GREEN value IS 241 (94.53% from 255) = 59.36%

 BLUE value IS 27 (10.94% from 255) = 6.65%

R = 33.99%
G = 59.36%
B = 6.65%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

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

Color information

#8AF11B (or 0x8AF11B) is known color: Chartreuse. HEX triplet: 8A, F1 and 1B. RGB value is (138,241,27). Sum of RGB (Red+Green+Blue) = 138+241+27=406 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.99% from 406); Green value is 241 (94.53% from 255 or 59.36% from 406); Blue value is 27 (10.94% from 255 or 6.65% from 406); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF11B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF11B is #750EE4. Grayscale: #BABABA. Windows color (decimal): -7671525 or 1831306. OLE color: 1831306.

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

Color convert

RGB 138 241 27 -
CMYK 0.43 0 0.89 0.05
HSL 88.88º 0.88% 0.53% -
HSV(B) 88.88º 0.89% 0.95% -
XYZ 42.13 68.39 12.02 -
YUV 185.81 38.38 93.9 -
System Red Green Blue C M Y K H S L
Decimal 138 241 27 0.43 0 0.89 0.05 88.88 0.88 0.53
Hex 8A F1 1B 2B 0 59 5 59 58 35
Octal 212 361 33 53 0 131 5 131 130 65
Binary 10001010 11110001 11011 101011 0 1011001 101 1011001 1011000 110101

Color Harmonies of #8AF11B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF11B

Black with #8AF11B

Text Example


Text Example

White with #8AF11B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,241,27); }

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

background-color css

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

 a { background-color: rgb(138,241,27); }

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

border-color css

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

 span { border-color: rgb(138,241,27); }

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