Html Css Color HEX #09CA41 Dark Pastel Green

📋 copy color: '#09CA41'

red 9 ◦ green 202 ◦ blue 65

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

Shades of Dark Pastel Green #09CA41

Tints of Dark Pastel Green #09CA41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.55%

R = 3.26%
G = 73.19%
B = 23.55%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#09CA41 (or 0x09CA41) is known color: Dark Pastel Green. HEX triplet: 09, CA and 41. RGB value is (9,202,65). Sum of RGB (Red+Green+Blue) = 9+202+65=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA41 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA41 is #F635BE. Grayscale: #818181. Windows color (decimal): -16135615 or 4311561. OLE color: 4311561.

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

Color convert

RGB 9 202 65 -
CMYK 0.96 0 0.68 0.21
HSL 137.41º 0.91% 0.41% -
HSV(B) 137.41º 0.96% 0.79% -
XYZ 22.19 42.68 12.07 -
YUV 128.68 92.06 42.64 -
System Red Green Blue C M Y K H S L
Decimal 9 202 65 0.96 0 0.68 0.21 137.41 0.91 0.41
Hex 9 CA 41 60 0 44 15 89 5B 29
Octal 11 312 101 140 0 104 25 211 133 51
Binary 1001 11001010 1000001 1100000 0 1000100 10101 10001001 1011011 101001

Color Harmonies of #09CA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CA41

Black with #09CA41

Text Example


Text Example

White with #09CA41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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