Html Css Color HEX #8AF924 Chartreuse

📋 copy color: '#8AF924'

red 138 ◦ green 249 ◦ blue 36

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

Shades of Chartreuse #8AF924

Tints of Chartreuse #8AF924

RGB

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

 GREEN value IS 249 (97.66% from 255) = 58.87%

 BLUE value IS 36 (14.45% from 255) = 8.51%

R = 32.62%
G = 58.87%
B = 8.51%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#8AF924 (or 0x8AF924) is known color: Chartreuse. HEX triplet: 8A, F9 and 24. RGB value is (138,249,36). Sum of RGB (Red+Green+Blue) = 138+249+36=423 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.62% from 423); Green value is 249 (97.66% from 255 or 58.87% from 423); Blue value is 36 (14.45% from 255 or 8.51% from 423); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF924 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF924 is #7506DB. Grayscale: #C0C0C0. Windows color (decimal): -7669468 or 2423178. OLE color: 2423178.

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

Color convert

RGB 138 249 36 -
CMYK 0.45 0 0.86 0.02
HSL 91.27º 0.95% 0.56% -
HSV(B) 91.27º 0.86% 0.98% -
XYZ 44.68 73.28 13.46 -
YUV 191.53 40.23 89.82 -
System Red Green Blue C M Y K H S L
Decimal 138 249 36 0.45 0 0.86 0.02 91.27 0.95 0.56
Hex 8A F9 24 2D 0 56 2 5B 5F 38
Octal 212 371 44 55 0 126 2 133 137 70
Binary 10001010 11111001 100100 101101 0 1010110 10 1011011 1011111 111000

Color Harmonies of #8AF924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF924

Black with #8AF924

Text Example


Text Example

White with #8AF924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,249,36); }

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

background-color css

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

 a { background-color: rgb(138,249,36); }

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

border-color css

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

 span { border-color: rgb(138,249,36); }

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