Html Css Color HEX #0CDA35 Dark Pastel Green

📋 copy color: '#0CDA35'

red 12 ◦ green 218 ◦ blue 53

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

Shades of Dark Pastel Green #0CDA35

Tints of Dark Pastel Green #0CDA35

RGB

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

 GREEN value IS 218 (85.55% from 255) = 77.03%

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

R = 4.24%
G = 77.03%
B = 18.73%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#0CDA35 (or 0x0CDA35) is known color: Dark Pastel Green. HEX triplet: 0C, DA and 35. RGB value is (12,218,53). Sum of RGB (Red+Green+Blue) = 12+218+53=283 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.24% from 283); Green value is 218 (85.55% from 255 or 77.03% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 218 - color contains mainly: green. Hex color #0CDA35 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CDA35 is #F325CA. Grayscale: #8A8A8A. Windows color (decimal): -15934923 or 3529228. OLE color: 3529228.

HSL color Cylindrical-coordinate representation of color #0CDA35: hue angle of 131.94º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CDA35 is Cyan = 0.94, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 12 218 53 -
CMYK 0.94 0 0.76 0.15
HSL 131.94º 0.9% 0.45% -
HSV(B) 131.94º 0.94% 0.85% -
XYZ 25.87 50.48 11.75 -
YUV 137.6 80.25 38.42 -
System Red Green Blue C M Y K H S L
Decimal 12 218 53 0.94 0 0.76 0.15 131.94 0.9 0.45
Hex C DA 35 5E 0 4C F 84 5A 2D
Octal 14 332 65 136 0 114 17 204 132 55
Binary 1100 11011010 110101 1011110 0 1001100 1111 10000100 1011010 101101

Color Harmonies of #0CDA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CDA35

Black with #0CDA35

Text Example


Text Example

White with #0CDA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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