Html Css Color HEX #8AF07F Light Green

📋 copy color: '#8AF07F'

red 138 ◦ green 240 ◦ blue 127

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

Shades of Light Green #8AF07F

Tints of Light Green #8AF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 25.15%

R = 27.33%
G = 47.52%
B = 25.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#8AF07F (or 0x8AF07F) is known color: Light Green. HEX triplet: 8A, F0 and 7F. RGB value is (138,240,127). Sum of RGB (Red+Green+Blue) = 138+240+127=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 240 (94.14% from 255 or 47.52% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF07F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF07F is #750F80. Grayscale: #C4C4C4. Windows color (decimal): -7671681 or 8384650. OLE color: 8384650.

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

Color convert

RGB 138 240 127 -
CMYK 0.42 0 0.47 0.06
HSL 114.16º 0.79% 0.72% -
HSV(B) 114.16º 0.47% 0.94% -
XYZ 45.47 69.26 31.05 -
YUV 196.62 88.71 86.19 -
System Red Green Blue C M Y K H S L
Decimal 138 240 127 0.42 0 0.47 0.06 114.16 0.79 0.72
Hex 8A F0 7F 2A 0 2F 6 72 4F 48
Octal 212 360 177 52 0 57 6 162 117 110
Binary 10001010 11110000 1111111 101010 0 101111 110 1110010 1001111 1001000

Color Harmonies of #8AF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF07F

Black with #8AF07F

Text Example


Text Example

White with #8AF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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