Html Css Color HEX #AACD4D Conifer

📋 copy color: '#AACD4D'

red 170 ◦ green 205 ◦ blue 77

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

Shades of Conifer #AACD4D

Tints of Conifer #AACD4D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.35%

 BLUE value IS 77 (30.47% from 255) = 17.04%

R = 37.61%
G = 45.35%
B = 17.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#AACD4D (or 0xAACD4D) is known color: Conifer. HEX triplet: AA, CD and 4D. RGB value is (170,205,77). Sum of RGB (Red+Green+Blue) = 170+205+77=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #AACD4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACD4D is #5532B2. Grayscale: #B4B4B4. Windows color (decimal): -5583539 or 5098922. OLE color: 5098922.

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

Color convert

RGB 170 205 77 -
CMYK 0.17 0 0.62 0.20
HSL 76.41º 0.56% 0.55% -
HSV(B) 76.41º 0.62% 0.8% -
XYZ 39.75 52.74 15.11 -
YUV 179.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 170 205 77 0.17 0 0.62 0.20 76.41 0.56 0.55
Hex AA CD 4D 11 0 3E 14 4C 38 37
Octal 252 315 115 21 0 76 24 114 70 67
Binary 10101010 11001101 1001101 10001 0 111110 10100 1001100 111000 110111

Color Harmonies of #AACD4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACD4D

Black with #AACD4D

Text Example


Text Example

White with #AACD4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACD4D; }

 p { color: rgb(170,205,77); }

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

background-color css

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

 a { background-color: rgb(170,205,77); }

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

border-color css

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

 span { border-color: rgb(170,205,77); }

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