Html Css Color HEX #0CCA47 Dark Pastel Green

📋 copy color: '#0CCA47'

red 12 ◦ green 202 ◦ blue 71

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

Shades of Dark Pastel Green #0CCA47

Tints of Dark Pastel Green #0CCA47

RGB

 RED value IS 12 (5.08% from 255) = 4.21%

 GREEN value IS 202 (79.3% from 255) = 70.88%

 BLUE value IS 71 (28.13% from 255) = 24.91%

R = 4.21%
G = 70.88%
B = 24.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.21

RGB Variations

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

Color information

#0CCA47 (or 0x0CCA47) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 47. RGB value is (12,202,71). Sum of RGB (Red+Green+Blue) = 12+202+71=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 71 (28.12% from 255 or 24.91% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA47 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA47 is #F335B8. Grayscale: #828282. Windows color (decimal): -15939001 or 4704780. OLE color: 4704780.

HSL color Cylindrical-coordinate representation of color #0CCA47: hue angle of 138.63º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCA47 is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 71 -
CMYK 0.94 0 0.65 0.21
HSL 138.63º 0.89% 0.42% -
HSV(B) 138.63º 0.94% 0.79% -
XYZ 22.41 42.77 13.04 -
YUV 130.26 94.55 43.65 -
System Red Green Blue C M Y K H S L
Decimal 12 202 71 0.94 0 0.65 0.21 138.63 0.89 0.42
Hex C CA 47 5E 0 41 15 8B 59 2A
Octal 14 312 107 136 0 101 25 213 131 52
Binary 1100 11001010 1000111 1011110 0 1000001 10101 10001011 1011001 101010

Color Harmonies of #0CCA47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA47

Black with #0CCA47

Text Example


Text Example

White with #0CCA47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0CCA47; }

 p { color: rgb(12,202,71); }

 H1.HeaderClassName
 {
   color: #0CCA47;
 }
 .AnyTagClassName
 {
   color: #0CCA47;
 }
</style>

background-color css

<style>
 a { background-color: #0CCA47; }

 a { background-color: rgb(12,202,71); }

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

border-color css

<style>
 span { border-color: #0CCA47; }

 span { border-color: rgb(12,202,71); }

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