Html Css Color HEX #09CA20 Dark Pastel Green

📋 copy color: '#09CA20'

red 9 ◦ green 202 ◦ blue 32

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

Shades of Dark Pastel Green #09CA20

Tints of Dark Pastel Green #09CA20

RGB

 RED value IS 9 (3.91% from 255) = 3.7%

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

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 3.7%
G = 83.13%
B = 13.17%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.21

RGB Variations

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

Color information

#09CA20 (or 0x09CA20) is known color: Dark Pastel Green. HEX triplet: 09, CA and 20. RGB value is (9,202,32). Sum of RGB (Red+Green+Blue) = 9+202+32=243 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.70% from 243); Green value is 202 (79.30% from 255 or 83.13% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA20 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA20 is #F635DF. Grayscale: #7D7D7D. Windows color (decimal): -16135648 or 2148873. OLE color: 2148873.

HSL color Cylindrical-coordinate representation of color #09CA20: hue angle of 127.15º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CA20 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 202 32 -
CMYK 0.96 0 0.84 0.21
HSL 127.15º 0.91% 0.41% -
HSV(B) 127.15º 0.96% 0.79% -
XYZ 21.49 42.4 8.42 -
YUV 124.91 75.56 45.32 -
System Red Green Blue C M Y K H S L
Decimal 9 202 32 0.96 0 0.84 0.21 127.15 0.91 0.41
Hex 9 CA 20 60 0 54 15 7F 5B 29
Octal 11 312 40 140 0 124 25 177 133 51
Binary 1001 11001010 100000 1100000 0 1010100 10101 1111111 1011011 101001

Color Harmonies of #09CA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CA20

Black with #09CA20

Text Example


Text Example

White with #09CA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09CA20; }

 p { color: rgb(9,202,32); }

 H1.HeaderClassName
 {
   color: #09CA20;
 }
 .AnyTagClassName
 {
   color: #09CA20;
 }
</style>

background-color css

<style>
 a { background-color: #09CA20; }

 a { background-color: rgb(9,202,32); }

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

border-color css

<style>
 span { border-color: #09CA20; }

 span { border-color: rgb(9,202,32); }

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