Html Css Color HEX #0CA335 Dark Pastel Green

📋 copy color: '#0CA335'

red 12 ◦ green 163 ◦ blue 53

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

Shades of Dark Pastel Green #0CA335

Tints of Dark Pastel Green #0CA335

RGB

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

 GREEN value IS 163 (64.06% from 255) = 71.49%

 BLUE value IS 53 (21.09% from 255) = 23.25%

R = 5.26%
G = 71.49%
B = 23.25%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#0CA335 (or 0x0CA335) is known color: Dark Pastel Green. HEX triplet: 0C, A3 and 35. RGB value is (12,163,53). Sum of RGB (Red+Green+Blue) = 12+163+53=228 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.26% from 228); Green value is 163 (64.06% from 255 or 71.49% from 228); Blue value is 53 (21.09% from 255 or 23.25% from 228); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA335 is #F35CCA. Grayscale: #696969. Windows color (decimal): -15949003 or 3515148. OLE color: 3515148.

HSL color Cylindrical-coordinate representation of color #0CA335: hue angle of 136.29º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA335 is Cyan = 0.93, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 12 163 53 -
CMYK 0.93 0 0.67 0.36
HSL 136.29º 0.86% 0.34% -
HSV(B) 136.29º 0.93% 0.64% -
XYZ 13.89 26.53 7.76 -
YUV 105.31 98.47 61.44 -
System Red Green Blue C M Y K H S L
Decimal 12 163 53 0.93 0 0.67 0.36 136.29 0.86 0.34
Hex C A3 35 5D 0 43 24 88 56 22
Octal 14 243 65 135 0 103 44 210 126 42
Binary 1100 10100011 110101 1011101 0 1000011 100100 10001000 1010110 100010

Color Harmonies of #0CA335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA335

Black with #0CA335

Text Example


Text Example

White with #0CA335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,163,53); }

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

background-color css

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

 a { background-color: rgb(12,163,53); }

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

border-color css

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

 span { border-color: rgb(12,163,53); }

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