Html Css Color HEX #AAD368 Conifer

📋 copy color: '#AAD368'

red 170 ◦ green 211 ◦ blue 104

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

Shades of Conifer #AAD368

Tints of Conifer #AAD368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.44%

R = 35.05%
G = 43.51%
B = 21.44%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#AAD368 (or 0xAAD368) is known color: Conifer. HEX triplet: AA, D3 and 68. RGB value is (170,211,104). Sum of RGB (Red+Green+Blue) = 170+211+104=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 211 (82.81% from 255 or 43.51% from 485); Blue value is 104 (41.02% from 255 or 21.44% from 485); Max value from RGB is 211 - color contains mainly: green. Hex color #AAD368 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD368 is #552C97. Grayscale: #BABABA. Windows color (decimal): -5581976 or 6869930. OLE color: 6869930.

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

Color convert

RGB 170 211 104 -
CMYK 0.19 0 0.51 0.17
HSL 82.99º 0.55% 0.62% -
HSV(B) 82.99º 0.51% 0.83% -
XYZ 42.37 56.13 21.7 -
YUV 186.54 81.42 116.2 -
System Red Green Blue C M Y K H S L
Decimal 170 211 104 0.19 0 0.51 0.17 82.99 0.55 0.62
Hex AA D3 68 13 0 33 11 53 37 3E
Octal 252 323 150 23 0 63 21 123 67 76
Binary 10101010 11010011 1101000 10011 0 110011 10001 1010011 110111 111110

Color Harmonies of #AAD368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD368

Black with #AAD368

Text Example


Text Example

White with #AAD368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD368; }

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

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

background-color css

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

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

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

border-color css

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

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

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