Html Css Color HEX #00AA38 Dark Pastel Green

📋 copy color: '#00AA38'

red 0 ◦ green 170 ◦ blue 56

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

Shades of Dark Pastel Green #00AA38

Tints of Dark Pastel Green #00AA38

RGB

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

 GREEN value IS 170 (66.8% from 255) = 75.22%

 BLUE value IS 56 (22.27% from 255) = 24.78%

R = 0%
G = 75.22%
B = 24.78%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#00AA38 (or 0x00AA38) is known color: Dark Pastel Green. HEX triplet: 00, AA and 38. RGB value is (0,170,56). Sum of RGB (Red+Green+Blue) = 0+170+56=226 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 226); Green value is 170 (66.80% from 255 or 75.22% from 226); Blue value is 56 (22.27% from 255 or 24.78% from 226); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AA38 is #FF55C7. Grayscale: #6A6A6A. Windows color (decimal): -16733640 or 3713536. OLE color: 3713536.

HSL color Cylindrical-coordinate representation of color #00AA38: hue angle of 139.76º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AA38 is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 170 56 -
CMYK 1 0 0.67 0.33
HSL 139.76º 1% 0.33% -
HSV(B) 139.76º 1% 0.67% -
XYZ 15.09 29.03 8.55 -
YUV 106.17 99.68 52.27 -
System Red Green Blue C M Y K H S L
Decimal 0 170 56 1 0 0.67 0.33 139.76 1 0.33
Hex 0 AA 38 64 0 43 21 8C 64 21
Octal 0 252 70 144 0 103 41 214 144 41
Binary 0 10101010 111000 1100100 0 1000011 100001 10001100 1100100 100001

Color Harmonies of #00AA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA38

Black with #00AA38

Text Example


Text Example

White with #00AA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AA38; }

 p { color: rgb(0,170,56); }

 H1.HeaderClassName
 {
   color: #00AA38;
 }
 .AnyTagClassName
 {
   color: #00AA38;
 }
</style>

background-color css

<style>
 a { background-color: #00AA38; }

 a { background-color: rgb(0,170,56); }

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

border-color css

<style>
 span { border-color: #00AA38; }

 span { border-color: rgb(0,170,56); }

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