Html Css Color HEX #0CCA2A Dark Pastel Green

📋 copy color: '#0CCA2A'

red 12 ◦ green 202 ◦ blue 42

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

Shades of Dark Pastel Green #0CCA2A

Tints of Dark Pastel Green #0CCA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 4.69%
G = 78.91%
B = 16.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#0CCA2A (or 0x0CCA2A) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 2A. RGB value is (12,202,42). Sum of RGB (Red+Green+Blue) = 12+202+42=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 202 (79.30% from 255 or 78.91% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA2A is #F335D5. Grayscale: #7F7F7F. Windows color (decimal): -15939030 or 2804236. OLE color: 2804236.

HSL color Cylindrical-coordinate representation of color #0CCA2A: hue angle of 129.47º 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 #0CCA2A is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB 12 202 42 -
CMYK 0.94 0 0.79 0.21
HSL 129.47º 0.89% 0.42% -
HSV(B) 129.47º 0.94% 0.79% -
XYZ 21.69 42.49 9.25 -
YUV 126.95 80.05 46.01 -
System Red Green Blue C M Y K H S L
Decimal 12 202 42 0.94 0 0.79 0.21 129.47 0.89 0.42
Hex C CA 2A 5E 0 4F 15 81 59 2A
Octal 14 312 52 136 0 117 25 201 131 52
Binary 1100 11001010 101010 1011110 0 1001111 10101 10000001 1011001 101010

Color Harmonies of #0CCA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA2A

Black with #0CCA2A

Text Example


Text Example

White with #0CCA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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