Html Css Color HEX #06CC74 Jade

📋 copy color: '#06CC74'

red 6 ◦ green 204 ◦ blue 116

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

Shades of Jade #06CC74

Tints of Jade #06CC74

RGB

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

 GREEN value IS 204 (80.08% from 255) = 62.58%

 BLUE value IS 116 (45.7% from 255) = 35.58%

R = 1.84%
G = 62.58%
B = 35.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#06CC74 (or 0x06CC74) is known color: Jade. HEX triplet: 06, CC and 74. RGB value is (6,204,116). Sum of RGB (Red+Green+Blue) = 6+204+116=326 (43% of max value = 765). Red value is 6 (2.73% from 255 or 1.84% from 326); Green value is 204 (80.08% from 255 or 62.58% from 326); Blue value is 116 (45.70% from 255 or 35.58% from 326); Max value from RGB is 204 - color contains mainly: green. Hex color #06CC74 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #06CC74 is #F9338B. Grayscale: #868686. Windows color (decimal): -16331660 or 7654406. OLE color: 7654406.

HSL color Cylindrical-coordinate representation of color #06CC74: hue angle of 153.33º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06CC74 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 6 204 116 -
CMYK 0.97 0 0.43 0.2
HSL 153.33º 0.94% 0.41% -
HSV(B) 153.33º 0.97% 0.8% -
XYZ 24.82 44.49 23.8 -
YUV 134.77 117.4 36.16 -
System Red Green Blue C M Y K H S L
Decimal 6 204 116 0.97 0 0.43 0.2 153.33 0.94 0.41
Hex 6 CC 74 61 0 2B 14 99 5E 29
Octal 6 314 164 141 0 53 24 231 136 51
Binary 110 11001100 1110100 1100001 0 101011 10100 10011001 1011110 101001

Color Harmonies of #06CC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CC74

Black with #06CC74

Text Example


Text Example

White with #06CC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,204,116); }

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

background-color css

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

 a { background-color: rgb(6,204,116); }

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

border-color css

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

 span { border-color: rgb(6,204,116); }

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