Html Css Color HEX #0CCF28 Dark Pastel Green

📋 copy color: '#0CCF28'

red 12 ◦ green 207 ◦ blue 40

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

Shades of Dark Pastel Green #0CCF28

Tints of Dark Pastel Green #0CCF28

RGB

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

 GREEN value IS 207 (81.25% from 255) = 79.92%

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 4.63%
G = 79.92%
B = 15.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#0CCF28 (or 0x0CCF28) is known color: Dark Pastel Green. HEX triplet: 0C, CF and 28. RGB value is (12,207,40). Sum of RGB (Red+Green+Blue) = 12+207+40=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 207 (81.25% from 255 or 79.92% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 207 - color contains mainly: green. Hex color #0CCF28 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CCF28 is #F330D7. Grayscale: #828282. Windows color (decimal): -15937752 or 2674444. OLE color: 2674444.

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

Color convert

RGB 12 207 40 -
CMYK 0.94 0 0.81 0.19
HSL 128.62º 0.89% 0.43% -
HSV(B) 128.62º 0.94% 0.81% -
XYZ 22.85 44.86 9.46 -
YUV 129.66 77.4 44.08 -
System Red Green Blue C M Y K H S L
Decimal 12 207 40 0.94 0 0.81 0.19 128.62 0.89 0.43
Hex C CF 28 5E 0 51 13 81 59 2B
Octal 14 317 50 136 0 121 23 201 131 53
Binary 1100 11001111 101000 1011110 0 1010001 10011 10000001 1011001 101011

Color Harmonies of #0CCF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0CCF28

Black with #0CCF28

Text Example


Text Example

White with #0CCF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,207,40); }

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

background-color css

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

 a { background-color: rgb(12,207,40); }

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

border-color css

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

 span { border-color: rgb(12,207,40); }

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