Html Css Color HEX #0CCA2B Dark Pastel Green

📋 copy color: '#0CCA2B'

red 12 ◦ green 202 ◦ blue 43

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

Shades of Dark Pastel Green #0CCA2B

Tints of Dark Pastel Green #0CCA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.73%

R = 4.67%
G = 78.6%
B = 16.73%

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

#0CCA2B (or 0x0CCA2B) is known color: Dark Pastel Green. HEX triplet: 0C, CA and 2B. RGB value is (12,202,43). Sum of RGB (Red+Green+Blue) = 12+202+43=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 202 (79.30% from 255 or 78.60% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 202 - color contains mainly: green. Hex color #0CCA2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCA2B is #F335D4. Grayscale: #7F7F7F. Windows color (decimal): -15939029 or 2869772. OLE color: 2869772.

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

Color convert

RGB 12 202 43 -
CMYK 0.94 0 0.79 0.21
HSL 129.79º 0.89% 0.42% -
HSV(B) 129.79º 0.94% 0.79% -
XYZ 21.71 42.49 9.34 -
YUV 127.06 80.55 45.93 -
System Red Green Blue C M Y K H S L
Decimal 12 202 43 0.94 0 0.79 0.21 129.79 0.89 0.42
Hex C CA 2B 5E 0 4F 15 82 59 2A
Octal 14 312 53 136 0 117 25 202 131 52
Binary 1100 11001010 101011 1011110 0 1001111 10101 10000010 1011001 101010

Color Harmonies of #0CCA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCA2B

Black with #0CCA2B

Text Example


Text Example

White with #0CCA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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