Html Css Color HEX #8AF185 Light Green

📋 copy color: '#8AF185'

red 138 ◦ green 241 ◦ blue 133

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

Shades of Light Green #8AF185

Tints of Light Green #8AF185

RGB

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

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

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

R = 26.95%
G = 47.07%
B = 25.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.45

 K value IS 0.05

RGB Variations

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

Color information

#8AF185 (or 0x8AF185) is known color: Light Green. HEX triplet: 8A, F1 and 85. RGB value is (138,241,133). Sum of RGB (Red+Green+Blue) = 138+241+133=512 (67% of max value = 765). Red value is 138 (54.30% from 255 or 26.95% from 512); Green value is 241 (94.53% from 255 or 47.07% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF185 is #750E7A. Grayscale: #C6C6C6. Windows color (decimal): -7671419 or 8778122. OLE color: 8778122.

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

Color convert

RGB 138 241 133 -
CMYK 0.43 0 0.45 0.05
HSL 117.22º 0.79% 0.73% -
HSV(B) 117.22º 0.45% 0.95% -
XYZ 46.17 70.01 33.27 -
YUV 197.89 91.38 85.28 -
System Red Green Blue C M Y K H S L
Decimal 138 241 133 0.43 0 0.45 0.05 117.22 0.79 0.73
Hex 8A F1 85 2B 0 2D 5 75 4F 49
Octal 212 361 205 53 0 55 5 165 117 111
Binary 10001010 11110001 10000101 101011 0 101101 101 1110101 1001111 1001001

Color Harmonies of #8AF185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF185

Black with #8AF185

Text Example


Text Example

White with #8AF185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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