Html Css Color HEX #AAD353 Conifer

📋 copy color: '#AAD353'

red 170 ◦ green 211 ◦ blue 83

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

Shades of Conifer #AAD353

Tints of Conifer #AAD353

RGB

 RED value IS 170 (66.8% from 255) = 36.64%

 GREEN value IS 211 (82.81% from 255) = 45.47%

 BLUE value IS 83 (32.81% from 255) = 17.89%

R = 36.64%
G = 45.47%
B = 17.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#AAD353 (or 0xAAD353) is known color: Conifer. HEX triplet: AA, D3 and 53. RGB value is (170,211,83). Sum of RGB (Red+Green+Blue) = 170+211+83=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 211 (82.81% from 255 or 45.47% from 464); Blue value is 83 (32.81% from 255 or 17.89% from 464); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD353 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD353 is #552CAC. Grayscale: #B8B8B8. Windows color (decimal): -5581997 or 5493674. OLE color: 5493674.

HSL color Cylindrical-coordinate representation of color #AAD353: hue angle of 79.22º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AAD353 is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 170 211 83 -
CMYK 0.19 0 0.61 0.17
HSL 79.22º 0.59% 0.58% -
HSV(B) 79.22º 0.61% 0.83% -
XYZ 41.43 55.76 16.76 -
YUV 184.15 70.92 117.91 -
System Red Green Blue C M Y K H S L
Decimal 170 211 83 0.19 0 0.61 0.17 79.22 0.59 0.58
Hex AA D3 53 13 0 3D 11 4F 3B 3A
Octal 252 323 123 23 0 75 21 117 73 72
Binary 10101010 11010011 1010011 10011 0 111101 10001 1001111 111011 111010

Color Harmonies of #AAD353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD353

Black with #AAD353

Text Example


Text Example

White with #AAD353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD353; }

 p { color: rgb(170,211,83); }

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

background-color css

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

 a { background-color: rgb(170,211,83); }

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

border-color css

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

 span { border-color: rgb(170,211,83); }

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