Html Css Color HEX #00CA44 Dark Pastel Green

📋 copy color: '#00CA44'

red 0 ◦ green 202 ◦ blue 68

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

Shades of Dark Pastel Green #00CA44

Tints of Dark Pastel Green #00CA44

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 202 (79.3% from 255) = 74.81%

 BLUE value IS 68 (26.95% from 255) = 25.19%

R = 0%
G = 74.81%
B = 25.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#00CA44 (or 0x00CA44) is known color: Dark Pastel Green. HEX triplet: 00, CA and 44. RGB value is (0,202,68). Sum of RGB (Red+Green+Blue) = 0+202+68=270 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 270); Green value is 202 (79.30% from 255 or 74.81% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 202 - color contains mainly: green. Hex color #00CA44 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00CA44 is #FF35BB. Grayscale: #7E7E7E. Windows color (decimal): -16725436 or 4508160. OLE color: 4508160.

HSL color Cylindrical-coordinate representation of color #00CA44: hue angle of 140.2º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CA44 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB 0 202 68 -
CMYK 1 0 0.66 0.21
HSL 140.2º 1% 0.4% -
HSV(B) 140.2º 1% 0.79% -
XYZ 22.16 42.66 12.53 -
YUV 126.33 95.08 37.9 -
System Red Green Blue C M Y K H S L
Decimal 0 202 68 1 0 0.66 0.21 140.2 1 0.4
Hex 0 CA 44 64 0 42 15 8C 64 28
Octal 0 312 104 144 0 102 25 214 144 50
Binary 0 11001010 1000100 1100100 0 1000010 10101 10001100 1100100 101000

Color Harmonies of #00CA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CA44

Black with #00CA44

Text Example


Text Example

White with #00CA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00CA44; }

 p { color: rgb(0,202,68); }

 H1.HeaderClassName
 {
   color: #00CA44;
 }
 .AnyTagClassName
 {
   color: #00CA44;
 }
</style>

background-color css

<style>
 a { background-color: #00CA44; }

 a { background-color: rgb(0,202,68); }

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

border-color css

<style>
 span { border-color: #00CA44; }

 span { border-color: rgb(0,202,68); }

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