Html Css Color HEX #AAD75C Conifer

📋 copy color: '#AAD75C'

red 170 ◦ green 215 ◦ blue 92

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

Shades of Conifer #AAD75C

Tints of Conifer #AAD75C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.07%

 BLUE value IS 92 (36.33% from 255) = 19.29%

R = 35.64%
G = 45.07%
B = 19.29%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#AAD75C (or 0xAAD75C) is known color: Conifer. HEX triplet: AA, D7 and 5C. RGB value is (170,215,92). Sum of RGB (Red+Green+Blue) = 170+215+92=477 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.64% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AAD75C is #5528A3. Grayscale: #BBBBBB. Windows color (decimal): -5580964 or 6084522. OLE color: 6084522.

HSL color Cylindrical-coordinate representation of color #AAD75C: hue angle of 81.95º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AAD75C is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 215 92 -
CMYK 0.21 0 0.57 0.16
HSL 81.95º 0.61% 0.6% -
HSV(B) 81.95º 0.57% 0.84% -
XYZ 42.81 57.92 19.05 -
YUV 187.52 74.09 115.5 -
System Red Green Blue C M Y K H S L
Decimal 170 215 92 0.21 0 0.57 0.16 81.95 0.61 0.6
Hex AA D7 5C 15 0 39 10 52 3D 3C
Octal 252 327 134 25 0 71 20 122 75 74
Binary 10101010 11010111 1011100 10101 0 111001 10000 1010010 111101 111100

Color Harmonies of #AAD75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD75C

Black with #AAD75C

Text Example


Text Example

White with #AAD75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD75C; }

 p { color: rgb(170,215,92); }

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

background-color css

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

 a { background-color: rgb(170,215,92); }

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

border-color css

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

 span { border-color: rgb(170,215,92); }

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