Html Css Color HEX #8AF095 Light Green

📋 copy color: '#8AF095'

red 138 ◦ green 240 ◦ blue 149

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

Shades of Light Green #8AF095

Tints of Light Green #8AF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.54%

 BLUE value IS 149 (58.59% from 255) = 28.27%

R = 26.19%
G = 45.54%
B = 28.27%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#8AF095 (or 0x8AF095) is known color: Light Green. HEX triplet: 8A, F0 and 95. RGB value is (138,240,149). Sum of RGB (Red+Green+Blue) = 138+240+149=527 (69% of max value = 765). Red value is 138 (54.30% from 255 or 26.19% from 527); Green value is 240 (94.14% from 255 or 45.54% from 527); Blue value is 149 (58.59% from 255 or 28.27% from 527); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF095 is #750F6A. Grayscale: #C7C7C7. Windows color (decimal): -7671659 or 9826442. OLE color: 9826442.

HSL color Cylindrical-coordinate representation of color #8AF095: hue angle of 126.47º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AF095 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 149 -
CMYK 0.42 0 0.38 0.06
HSL 126.47º 0.77% 0.74% -
HSV(B) 126.47º 0.43% 0.94% -
XYZ 47.07 69.89 39.44 -
YUV 199.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 138 240 149 0.42 0 0.38 0.06 126.47 0.77 0.74
Hex 8A F0 95 2A 0 26 6 7E 4D 4A
Octal 212 360 225 52 0 46 6 176 115 112
Binary 10001010 11110000 10010101 101010 0 100110 110 1111110 1001101 1001010

Color Harmonies of #8AF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF095

Black with #8AF095

Text Example


Text Example

White with #8AF095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,240,149); }

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

background-color css

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

 a { background-color: rgb(138,240,149); }

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

border-color css

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

 span { border-color: rgb(138,240,149); }

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