Html Css Color HEX #8AF82C Green Yellow

📋 copy color: '#8AF82C'

red 138 ◦ green 248 ◦ blue 44

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

Shades of Green Yellow #8AF82C

Tints of Green Yellow #8AF82C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.67%

 BLUE value IS 44 (17.58% from 255) = 10.23%

R = 32.09%
G = 57.67%
B = 10.23%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#8AF82C (or 0x8AF82C) is known color: Green Yellow. HEX triplet: 8A, F8 and 2C. RGB value is (138,248,44). Sum of RGB (Red+Green+Blue) = 138+248+44=430 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.09% from 430); Green value is 248 (97.27% from 255 or 57.67% from 430); Blue value is 44 (17.58% from 255 or 10.23% from 430); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF82C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF82C is #7507D3. Grayscale: #C0C0C0. Windows color (decimal): -7669716 or 2947210. OLE color: 2947210.

HSL color Cylindrical-coordinate representation of color #8AF82C: hue angle of 92.35º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AF82C is Cyan = 0.44, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 248 44 -
CMYK 0.44 0 0.82 0.03
HSL 92.35º 0.94% 0.57% -
HSV(B) 92.35º 0.82% 0.97% -
XYZ 44.5 72.72 14.07 -
YUV 191.85 44.56 89.59 -
System Red Green Blue C M Y K H S L
Decimal 138 248 44 0.44 0 0.82 0.03 92.35 0.94 0.57
Hex 8A F8 2C 2C 0 52 3 5C 5E 39
Octal 212 370 54 54 0 122 3 134 136 71
Binary 10001010 11111000 101100 101100 0 1010010 11 1011100 1011110 111001

Color Harmonies of #8AF82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF82C

Black with #8AF82C

Text Example


Text Example

White with #8AF82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,248,44); }

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

background-color css

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

 a { background-color: rgb(138,248,44); }

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

border-color css

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

 span { border-color: rgb(138,248,44); }

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