Html Css Color HEX #09CA1A Dark Pastel Green

📋 copy color: '#09CA1A'

red 9 ◦ green 202 ◦ blue 26

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

Shades of Dark Pastel Green #09CA1A

Tints of Dark Pastel Green #09CA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 3.8%
G = 85.23%
B = 10.97%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.87

 K value IS 0.21

RGB Variations

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

Color information

#09CA1A (or 0x09CA1A) is known color: Dark Pastel Green. HEX triplet: 09, CA and 1A. RGB value is (9,202,26). Sum of RGB (Red+Green+Blue) = 9+202+26=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 202 (79.30% from 255 or 85.23% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 202 - color contains mainly: green. Hex color #09CA1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #09CA1A is #F635E5. Grayscale: #7C7C7C. Windows color (decimal): -16135654 or 1755657. OLE color: 1755657.

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

Color convert

RGB 9 202 26 -
CMYK 0.96 0 0.87 0.21
HSL 125.29º 0.91% 0.41% -
HSV(B) 125.29º 0.96% 0.79% -
XYZ 21.42 42.37 8.03 -
YUV 124.23 72.56 45.81 -
System Red Green Blue C M Y K H S L
Decimal 9 202 26 0.96 0 0.87 0.21 125.29 0.91 0.41
Hex 9 CA 1A 60 0 57 15 7D 5B 29
Octal 11 312 32 140 0 127 25 175 133 51
Binary 1001 11001010 11010 1100000 0 1010111 10101 1111101 1011011 101001

Color Harmonies of #09CA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CA1A

Black with #09CA1A

Text Example


Text Example

White with #09CA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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