Html Css Color HEX #8AF122 Chartreuse

📋 copy color: '#8AF122'

red 138 ◦ green 241 ◦ blue 34

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

Shades of Chartreuse #8AF122

Tints of Chartreuse #8AF122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.23%

R = 33.41%
G = 58.35%
B = 8.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#8AF122 (or 0x8AF122) is known color: Chartreuse. HEX triplet: 8A, F1 and 22. RGB value is (138,241,34). Sum of RGB (Red+Green+Blue) = 138+241+34=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 241 (94.53% from 255 or 58.35% from 413); Blue value is 34 (13.67% from 255 or 8.23% from 413); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF122 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF122 is #750EDD. Grayscale: #BBBBBB. Windows color (decimal): -7671518 or 2290058. OLE color: 2290058.

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

Color convert

RGB 138 241 34 -
CMYK 0.43 0 0.86 0.05
HSL 89.86º 0.88% 0.54% -
HSV(B) 89.86º 0.86% 0.95% -
XYZ 42.23 68.43 12.5 -
YUV 186.61 41.88 93.33 -
System Red Green Blue C M Y K H S L
Decimal 138 241 34 0.43 0 0.86 0.05 89.86 0.88 0.54
Hex 8A F1 22 2B 0 56 5 5A 58 36
Octal 212 361 42 53 0 126 5 132 130 66
Binary 10001010 11110001 100010 101011 0 1010110 101 1011010 1011000 110110

Color Harmonies of #8AF122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF122

Black with #8AF122

Text Example


Text Example

White with #8AF122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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