Html Css Color HEX #009A2A Dark Pastel Green

📋 copy color: '#009A2A'

red 0 ◦ green 154 ◦ blue 42

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

Shades of Dark Pastel Green #009A2A

Tints of Dark Pastel Green #009A2A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 78.57%

 BLUE value IS 42 (16.8% from 255) = 21.43%

R = 0%
G = 78.57%
B = 21.43%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#009A2A (or 0x009A2A) is known color: Dark Pastel Green. HEX triplet: 00, 9A and 2A. RGB value is (0,154,42). Sum of RGB (Red+Green+Blue) = 0+154+42=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 154 (60.55% from 255 or 78.57% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 154 - color contains mainly: green. Hex color #009A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009A2A is #FF65D5. Grayscale: #5F5F5F. Windows color (decimal): -16737750 or 2791936. OLE color: 2791936.

HSL color Cylindrical-coordinate representation of color #009A2A: hue angle of 136.36º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009A2A is Cyan = 1, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 0 154 42 -
CMYK 1 0 0.73 0.40
HSL 136.36º 1% 0.3% -
HSV(B) 136.36º 1% 0.6% -
XYZ 11.97 23.28 6.05 -
YUV 95.19 97.98 60.11 -
System Red Green Blue C M Y K H S L
Decimal 0 154 42 1 0 0.73 0.40 136.36 1 0.3
Hex 0 9A 2A 64 0 49 28 88 64 1E
Octal 0 232 52 144 0 111 50 210 144 36
Binary 0 10011010 101010 1100100 0 1001001 101000 10001000 1100100 11110

Color Harmonies of #009A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009A2A

Black with #009A2A

Text Example


Text Example

White with #009A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #009A2A; }

 p { color: rgb(0,154,42); }

 H1.HeaderClassName
 {
   color: #009A2A;
 }
 .AnyTagClassName
 {
   color: #009A2A;
 }
</style>

background-color css

<style>
 a { background-color: #009A2A; }

 a { background-color: rgb(0,154,42); }

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

border-color css

<style>
 span { border-color: #009A2A; }

 span { border-color: rgb(0,154,42); }

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