Html Css Color HEX #0AAE55 Pigment Green

📋 copy color: '#0AAE55'

red 10 ◦ green 174 ◦ blue 85

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

Shades of Pigment Green #0AAE55

Tints of Pigment Green #0AAE55

RGB

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

 GREEN value IS 174 (68.36% from 255) = 64.68%

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 3.72%
G = 64.68%
B = 31.6%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#0AAE55 (or 0x0AAE55) is known color: Pigment Green. HEX triplet: 0A, AE and 55. RGB value is (10,174,85). Sum of RGB (Red+Green+Blue) = 10+174+85=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 174 (68.36% from 255 or 64.68% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 174 - color contains mainly: green. Hex color #0AAE55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAE55 is #F551AA. Grayscale: #737373. Windows color (decimal): -16077227 or 5615114. OLE color: 5615114.

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

Color convert

RGB 10 174 85 -
CMYK 0.94 0 0.51 0.32
HSL 147.44º 0.89% 0.36% -
HSV(B) 147.44º 0.94% 0.68% -
XYZ 16.9 30.99 13.69 -
YUV 114.82 111.17 53.24 -
System Red Green Blue C M Y K H S L
Decimal 10 174 85 0.94 0 0.51 0.32 147.44 0.89 0.36
Hex A AE 55 5E 0 33 20 93 59 24
Octal 12 256 125 136 0 63 40 223 131 44
Binary 1010 10101110 1010101 1011110 0 110011 100000 10010011 1011001 100100

Color Harmonies of #0AAE55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AAE55

Black with #0AAE55

Text Example


Text Example

White with #0AAE55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,174,85); }

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

background-color css

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

 a { background-color: rgb(10,174,85); }

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

border-color css

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

 span { border-color: rgb(10,174,85); }

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