Html Css Color HEX #8AF085 Light Green

📋 copy color: '#8AF085'

red 138 ◦ green 240 ◦ blue 133

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

Shades of Light Green #8AF085

Tints of Light Green #8AF085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.03%

R = 27.01%
G = 46.97%
B = 26.03%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#8AF085 (or 0x8AF085) is known color: Light Green. HEX triplet: 8A, F0 and 85. RGB value is (138,240,133). Sum of RGB (Red+Green+Blue) = 138+240+133=511 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.01% from 511); Green value is 240 (94.14% from 255 or 46.97% from 511); Blue value is 133 (52.34% from 255 or 26.03% from 511); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF085 is #750F7A. Grayscale: #C5C5C5. Windows color (decimal): -7671675 or 8777866. OLE color: 8777866.

HSL color Cylindrical-coordinate representation of color #8AF085: hue angle of 117.2º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF085 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 133 -
CMYK 0.42 0 0.45 0.06
HSL 117.2º 0.78% 0.73% -
HSV(B) 117.2º 0.45% 0.94% -
XYZ 45.87 69.42 33.17 -
YUV 197.3 91.71 85.7 -
System Red Green Blue C M Y K H S L
Decimal 138 240 133 0.42 0 0.45 0.06 117.2 0.78 0.73
Hex 8A F0 85 2A 0 2D 6 75 4E 49
Octal 212 360 205 52 0 55 6 165 116 111
Binary 10001010 11110000 10000101 101010 0 101101 110 1110101 1001110 1001001

Color Harmonies of #8AF085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF085

Black with #8AF085

Text Example


Text Example

White with #8AF085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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