Html Css Color HEX #0CCD3A Dark Pastel Green

📋 copy color: '#0CCD3A'

red 12 ◦ green 205 ◦ blue 58

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

Shades of Dark Pastel Green #0CCD3A

Tints of Dark Pastel Green #0CCD3A

RGB

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

 GREEN value IS 205 (80.47% from 255) = 74.55%

 BLUE value IS 58 (23.05% from 255) = 21.09%

R = 4.36%
G = 74.55%
B = 21.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#0CCD3A (or 0x0CCD3A) is known color: Dark Pastel Green. HEX triplet: 0C, CD and 3A. RGB value is (12,205,58). Sum of RGB (Red+Green+Blue) = 12+205+58=275 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.36% from 275); Green value is 205 (80.47% from 255 or 74.55% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 205 - color contains mainly: green. Hex color #0CCD3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCD3A is #F332C5. Grayscale: #828282. Windows color (decimal): -15938246 or 3853580. OLE color: 3853580.

HSL color Cylindrical-coordinate representation of color #0CCD3A: hue angle of 134.3º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCD3A is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 12 205 58 -
CMYK 0.94 0 0.72 0.20
HSL 134.3º 0.89% 0.43% -
HSV(B) 134.3º 0.94% 0.8% -
XYZ 22.75 44.05 11.31 -
YUV 130.54 87.06 43.45 -
System Red Green Blue C M Y K H S L
Decimal 12 205 58 0.94 0 0.72 0.20 134.3 0.89 0.43
Hex C CD 3A 5E 0 48 14 86 59 2B
Octal 14 315 72 136 0 110 24 206 131 53
Binary 1100 11001101 111010 1011110 0 1001000 10100 10000110 1011001 101011

Color Harmonies of #0CCD3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCD3A

Black with #0CCD3A

Text Example


Text Example

White with #0CCD3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,205,58); }

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

background-color css

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

 a { background-color: rgb(12,205,58); }

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

border-color css

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

 span { border-color: rgb(12,205,58); }

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