Html Css Color HEX #09CA1D Dark Pastel Green

📋 copy color: '#09CA1D'

red 9 ◦ green 202 ◦ blue 29

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

Shades of Dark Pastel Green #09CA1D

Tints of Dark Pastel Green #09CA1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 3.75%
G = 84.17%
B = 12.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#09CA1D (or 0x09CA1D) is known color: Dark Pastel Green. HEX triplet: 09, CA and 1D. RGB value is (9,202,29). Sum of RGB (Red+Green+Blue) = 9+202+29=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 202 (79.30% from 255 or 84.17% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA1D is #F635E2. Grayscale: #7D7D7D. Windows color (decimal): -16135651 or 1952265. OLE color: 1952265.

HSL color Cylindrical-coordinate representation of color #09CA1D: hue angle of 126.22º 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 #09CA1D is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 202 29 -
CMYK 0.96 0 0.86 0.21
HSL 126.22º 0.91% 0.41% -
HSV(B) 126.22º 0.96% 0.79% -
XYZ 21.45 42.39 8.21 -
YUV 124.57 74.06 45.57 -
System Red Green Blue C M Y K H S L
Decimal 9 202 29 0.96 0 0.86 0.21 126.22 0.91 0.41
Hex 9 CA 1D 60 0 56 15 7E 5B 29
Octal 11 312 35 140 0 126 25 176 133 51
Binary 1001 11001010 11101 1100000 0 1010110 10101 1111110 1011011 101001

Color Harmonies of #09CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CA1D

Black with #09CA1D

Text Example


Text Example

White with #09CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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