Html Css Color HEX #8AF380 Light Green

📋 copy color: '#8AF380'

red 138 ◦ green 243 ◦ blue 128

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

Shades of Light Green #8AF380

Tints of Light Green #8AF380

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.74%

 BLUE value IS 128 (50.39% from 255) = 25.15%

R = 27.11%
G = 47.74%
B = 25.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#8AF380 (or 0x8AF380) is known color: Light Green. HEX triplet: 8A, F3 and 80. RGB value is (138,243,128). Sum of RGB (Red+Green+Blue) = 138+243+128=509 (67% of max value = 765). Red value is 138 (54.30% from 255 or 27.11% from 509); Green value is 243 (95.31% from 255 or 47.74% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF380 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF380 is #750C7F. Grayscale: #C6C6C6. Windows color (decimal): -7670912 or 8450954. OLE color: 8450954.

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

Color convert

RGB 138 243 128 -
CMYK 0.43 0 0.47 0.05
HSL 114.78º 0.83% 0.73% -
HSV(B) 114.78º 0.47% 0.95% -
XYZ 46.43 71.06 31.69 -
YUV 198.5 88.21 84.85 -
System Red Green Blue C M Y K H S L
Decimal 138 243 128 0.43 0 0.47 0.05 114.78 0.83 0.73
Hex 8A F3 80 2B 0 2F 5 73 53 49
Octal 212 363 200 53 0 57 5 163 123 111
Binary 10001010 11110011 10000000 101011 0 101111 101 1110011 1010011 1001001

Color Harmonies of #8AF380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF380

Black with #8AF380

Text Example


Text Example

White with #8AF380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,243,128); }

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

background-color css

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

 a { background-color: rgb(138,243,128); }

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

border-color css

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

 span { border-color: rgb(138,243,128); }

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