Html Css Color HEX #06E172 Spring Green

📋 copy color: '#06E172'

red 6 ◦ green 225 ◦ blue 114

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

Shades of Spring Green #06E172

Tints of Spring Green #06E172

RGB

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

 GREEN value IS 225 (88.28% from 255) = 65.22%

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 1.74%
G = 65.22%
B = 33.04%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.49

 K value IS 0.12

RGB Variations

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

Color information

#06E172 (or 0x06E172) is known color: Spring Green. HEX triplet: 06, E1 and 72. RGB value is (6,225,114). Sum of RGB (Red+Green+Blue) = 6+225+114=345 (45% of max value = 765). Red value is 6 (2.73% from 255 or 1.74% from 345); Green value is 225 (88.28% from 255 or 65.22% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 225 - color contains mainly: green. Hex color #06E172 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06E172 is #F91E8D. Grayscale: #939393. Windows color (decimal): -16326286 or 7528710. OLE color: 7528710.

HSL color Cylindrical-coordinate representation of color #06E172: hue angle of 149.59º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06E172 is Cyan = 0.97, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.12.

Color convert

RGB 6 225 114 -
CMYK 0.97 0 0.49 0.12
HSL 149.59º 0.95% 0.45% -
HSV(B) 149.59º 0.97% 0.88% -
XYZ 30.04 55.1 24.97 -
YUV 146.87 109.45 27.53 -
System Red Green Blue C M Y K H S L
Decimal 6 225 114 0.97 0 0.49 0.12 149.59 0.95 0.45
Hex 6 E1 72 61 0 31 C 96 5F 2D
Octal 6 341 162 141 0 61 14 226 137 55
Binary 110 11100001 1110010 1100001 0 110001 1100 10010110 1011111 101101

Color Harmonies of #06E172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06E172

Black with #06E172

Text Example


Text Example

White with #06E172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,225,114); }

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

background-color css

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

 a { background-color: rgb(6,225,114); }

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

border-color css

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

 span { border-color: rgb(6,225,114); }

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