Html Css Color HEX #8AF0A5 Light Green

📋 copy color: '#8AF0A5'

red 138 ◦ green 240 ◦ blue 165

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

Shades of Light Green #8AF0A5

Tints of Light Green #8AF0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 30.39%

R = 25.41%
G = 44.2%
B = 30.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.31

 K value IS 0.06

RGB Variations

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

Color information

#8AF0A5 (or 0x8AF0A5) is known color: Light Green. HEX triplet: 8A, F0 and A5. RGB value is (138,240,165). Sum of RGB (Red+Green+Blue) = 138+240+165=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 165 (64.84% from 255 or 30.39% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF0A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF0A5 is #750F5A. Grayscale: #C9C9C9. Windows color (decimal): -7671643 or 10875018. OLE color: 10875018.

HSL color Cylindrical-coordinate representation of color #8AF0A5: hue angle of 135.88º 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 #8AF0A5 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 165 -
CMYK 0.42 0 0.31 0.06
HSL 135.88º 0.77% 0.74% -
HSV(B) 135.88º 0.43% 0.94% -
XYZ 48.43 70.44 46.64 -
YUV 200.95 107.71 83.1 -
System Red Green Blue C M Y K H S L
Decimal 138 240 165 0.42 0 0.31 0.06 135.88 0.77 0.74
Hex 8A F0 A5 2A 0 1F 6 88 4D 4A
Octal 212 360 245 52 0 37 6 210 115 112
Binary 10001010 11110000 10100101 101010 0 11111 110 10001000 1001101 1001010

Color Harmonies of #8AF0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF0A5

Black with #8AF0A5

Text Example


Text Example

White with #8AF0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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