Html Css Color HEX #8AF27D Light Green

📋 copy color: '#8AF27D'

red 138 ◦ green 242 ◦ blue 125

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

Shades of Light Green #8AF27D

Tints of Light Green #8AF27D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.92%

 BLUE value IS 125 (49.22% from 255) = 24.75%

R = 27.33%
G = 47.92%
B = 24.75%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#8AF27D (or 0x8AF27D) is known color: Light Green. HEX triplet: 8A, F2 and 7D. RGB value is (138,242,125). Sum of RGB (Red+Green+Blue) = 138+242+125=505 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.33% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF27D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF27D is #750D82. Grayscale: #C5C5C5. Windows color (decimal): -7671171 or 8254090. OLE color: 8254090.

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

Color convert

RGB 138 242 125 -
CMYK 0.43 0 0.48 0.05
HSL 113.33º 0.82% 0.72% -
HSV(B) 113.33º 0.48% 0.95% -
XYZ 45.94 70.39 30.57 -
YUV 197.57 87.04 85.51 -
System Red Green Blue C M Y K H S L
Decimal 138 242 125 0.43 0 0.48 0.05 113.33 0.82 0.72
Hex 8A F2 7D 2B 0 30 5 71 52 48
Octal 212 362 175 53 0 60 5 161 122 110
Binary 10001010 11110010 1111101 101011 0 110000 101 1110001 1010010 1001000

Color Harmonies of #8AF27D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF27D

Black with #8AF27D

Text Example


Text Example

White with #8AF27D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,242,125); }

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

background-color css

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

 a { background-color: rgb(138,242,125); }

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

border-color css

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

 span { border-color: rgb(138,242,125); }

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