Html Css Color HEX #8AF785 Light Green

📋 copy color: '#8AF785'

red 138 ◦ green 247 ◦ blue 133

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

Shades of Light Green #8AF785

Tints of Light Green #8AF785

RGB

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

 GREEN value IS 247 (96.88% from 255) = 47.68%

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

R = 26.64%
G = 47.68%
B = 25.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.46

 K value IS 0.03

RGB Variations

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

Color information

#8AF785 (or 0x8AF785) is known color: Light Green. HEX triplet: 8A, F7 and 85. RGB value is (138,247,133). Sum of RGB (Red+Green+Blue) = 138+247+133=518 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.64% from 518); Green value is 247 (96.88% from 255 or 47.68% from 518); Blue value is 133 (52.34% from 255 or 25.68% from 518); Max value from RGB is 247 - color contains mainly: green. Hex color #8AF785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF785 is #75087A. Grayscale: #C9C9C9. Windows color (decimal): -7669883 or 8779658. OLE color: 8779658.

HSL color Cylindrical-coordinate representation of color #8AF785: hue angle of 117.37º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AF785 is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 247 133 -
CMYK 0.44 0 0.46 0.03
HSL 117.37º 0.88% 0.75% -
HSV(B) 117.37º 0.46% 0.97% -
XYZ 47.98 73.62 33.87 -
YUV 201.41 89.39 82.77 -
System Red Green Blue C M Y K H S L
Decimal 138 247 133 0.44 0 0.46 0.03 117.37 0.88 0.75
Hex 8A F7 85 2C 0 2E 3 75 58 4B
Octal 212 367 205 54 0 56 3 165 130 113
Binary 10001010 11110111 10000101 101100 0 101110 11 1110101 1011000 1001011

Color Harmonies of #8AF785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF785

Black with #8AF785

Text Example


Text Example

White with #8AF785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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