Html Css Color HEX #0AA735 Dark Pastel Green

📋 copy color: '#0AA735'

red 10 ◦ green 167 ◦ blue 53

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

Shades of Dark Pastel Green #0AA735

Tints of Dark Pastel Green #0AA735

RGB

 RED value IS 10 (4.3% from 255) = 4.35%

 GREEN value IS 167 (65.63% from 255) = 72.61%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 4.35%
G = 72.61%
B = 23.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#0AA735 (or 0x0AA735) is known color: Dark Pastel Green. HEX triplet: 0A, A7 and 35. RGB value is (10,167,53). Sum of RGB (Red+Green+Blue) = 10+167+53=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 167 (65.62% from 255 or 72.61% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 167 - color contains mainly: green. Hex color #0AA735 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AA735 is #F558CA. Grayscale: #6B6B6B. Windows color (decimal): -16079051 or 3516170. OLE color: 3516170.

HSL color Cylindrical-coordinate representation of color #0AA735: hue angle of 136.43º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AA735 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 10 167 53 -
CMYK 0.94 0 0.68 0.35
HSL 136.43º 0.89% 0.35% -
HSV(B) 136.43º 0.94% 0.65% -
XYZ 14.59 27.96 8 -
YUV 107.06 97.49 58.77 -
System Red Green Blue C M Y K H S L
Decimal 10 167 53 0.94 0 0.68 0.35 136.43 0.89 0.35
Hex A A7 35 5E 0 44 23 88 59 23
Octal 12 247 65 136 0 104 43 210 131 43
Binary 1010 10100111 110101 1011110 0 1000100 100011 10001000 1011001 100011

Color Harmonies of #0AA735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AA735

Black with #0AA735

Text Example


Text Example

White with #0AA735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AA735; }

 p { color: rgb(10,167,53); }

 H1.HeaderClassName
 {
   color: #0AA735;
 }
 .AnyTagClassName
 {
   color: #0AA735;
 }
</style>

background-color css

<style>
 a { background-color: #0AA735; }

 a { background-color: rgb(10,167,53); }

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

border-color css

<style>
 span { border-color: #0AA735; }

 span { border-color: rgb(10,167,53); }

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