Html Css Color HEX #0CA935 Dark Pastel Green

📋 copy color: '#0CA935'

red 12 ◦ green 169 ◦ blue 53

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

Shades of Dark Pastel Green #0CA935

Tints of Dark Pastel Green #0CA935

RGB

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

 GREEN value IS 169 (66.41% from 255) = 72.22%

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

R = 5.13%
G = 72.22%
B = 22.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.69

 K value IS 0.34

RGB Variations

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

Color information

#0CA935 (or 0x0CA935) is known color: Dark Pastel Green. HEX triplet: 0C, A9 and 35. RGB value is (12,169,53). Sum of RGB (Red+Green+Blue) = 12+169+53=234 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.13% from 234); Green value is 169 (66.41% from 255 or 72.22% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA935 is #F356CA. Grayscale: #6D6D6D. Windows color (decimal): -15947467 or 3516684. OLE color: 3516684.

HSL color Cylindrical-coordinate representation of color #0CA935: hue angle of 135.67º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA935 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB 12 169 53 -
CMYK 0.93 0 0.69 0.34
HSL 135.67º 0.87% 0.35% -
HSV(B) 135.67º 0.93% 0.66% -
XYZ 14.98 28.71 8.12 -
YUV 108.83 96.49 58.93 -
System Red Green Blue C M Y K H S L
Decimal 12 169 53 0.93 0 0.69 0.34 135.67 0.87 0.35
Hex C A9 35 5D 0 45 22 88 57 23
Octal 14 251 65 135 0 105 42 210 127 43
Binary 1100 10101001 110101 1011101 0 1000101 100010 10001000 1010111 100011

Color Harmonies of #0CA935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CA935

Black with #0CA935

Text Example


Text Example

White with #0CA935

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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