Html Css Color HEX #0CBC52 Dark Pastel Green

📋 copy color: '#0CBC52'

red 12 ◦ green 188 ◦ blue 82

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

Shades of Dark Pastel Green #0CBC52

Tints of Dark Pastel Green #0CBC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 66.67%

 BLUE value IS 82 (32.42% from 255) = 29.08%

R = 4.26%
G = 66.67%
B = 29.08%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#0CBC52 (or 0x0CBC52) is known color: Dark Pastel Green. HEX triplet: 0C, BC and 52. RGB value is (12,188,82). Sum of RGB (Red+Green+Blue) = 12+188+82=282 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.26% from 282); Green value is 188 (73.83% from 255 or 66.67% from 282); Blue value is 82 (32.42% from 255 or 29.08% from 282); Max value from RGB is 188 - color contains mainly: green. Hex color #0CBC52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0CBC52 is #F343AD. Grayscale: #7B7B7B. Windows color (decimal): -15942574 or 5422092. OLE color: 5422092.

HSL color Cylindrical-coordinate representation of color #0CBC52: hue angle of 143.86º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CBC52 is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 12 188 82 -
CMYK 0.94 0 0.56 0.26
HSL 143.86º 0.88% 0.39% -
HSV(B) 143.86º 0.94% 0.74% -
XYZ 19.66 36.65 14.02 -
YUV 123.29 104.69 48.62 -
System Red Green Blue C M Y K H S L
Decimal 12 188 82 0.94 0 0.56 0.26 143.86 0.88 0.39
Hex C BC 52 5E 0 38 1A 90 58 27
Octal 14 274 122 136 0 70 32 220 130 47
Binary 1100 10111100 1010010 1011110 0 111000 11010 10010000 1011000 100111

Color Harmonies of #0CBC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CBC52

Black with #0CBC52

Text Example


Text Example

White with #0CBC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,188,82); }

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

background-color css

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

 a { background-color: rgb(12,188,82); }

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

border-color css

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

 span { border-color: rgb(12,188,82); }

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