Html Css Color HEX #06E870 Spring Green

📋 copy color: '#06E870'

red 6 ◦ green 232 ◦ blue 112

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

Shades of Spring Green #06E870

Tints of Spring Green #06E870

RGB

 RED value IS 6 (2.73% from 255) = 1.71%

 GREEN value IS 232 (91.02% from 255) = 66.29%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 1.71%
G = 66.29%
B = 32%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#06E870 (or 0x06E870) is known color: Spring Green. HEX triplet: 06, E8 and 70. RGB value is (6,232,112). Sum of RGB (Red+Green+Blue) = 6+232+112=350 (46% of max value = 765). Red value is 6 (2.73% from 255 or 1.71% from 350); Green value is 232 (91.02% from 255 or 66.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 232 - color contains mainly: green. Hex color #06E870 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #06E870 is #F9178F. Grayscale: #979797. Windows color (decimal): -16324496 or 7399430. OLE color: 7399430.

HSL color Cylindrical-coordinate representation of color #06E870: hue angle of 148.14º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E870 is Cyan = 0.97, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 6 232 112 -
CMYK 0.97 0 0.52 0.09
HSL 148.14º 0.95% 0.47% -
HSV(B) 148.14º 0.97% 0.91% -
XYZ 31.86 58.92 25.02 -
YUV 150.75 106.13 24.76 -
System Red Green Blue C M Y K H S L
Decimal 6 232 112 0.97 0 0.52 0.09 148.14 0.95 0.47
Hex 6 E8 70 61 0 34 9 94 5F 2F
Octal 6 350 160 141 0 64 11 224 137 57
Binary 110 11101000 1110000 1100001 0 110100 1001 10010100 1011111 101111

Color Harmonies of #06E870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E870

Black with #06E870

Text Example


Text Example

White with #06E870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06E870; }

 p { color: rgb(6,232,112); }

 H1.HeaderClassName
 {
   color: #06E870;
 }
 .AnyTagClassName
 {
   color: #06E870;
 }
</style>

background-color css

<style>
 a { background-color: #06E870; }

 a { background-color: rgb(6,232,112); }

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

border-color css

<style>
 span { border-color: #06E870; }

 span { border-color: rgb(6,232,112); }

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