Html Css Color HEX #AAD74B Conifer

📋 copy color: '#AAD74B'

red 170 ◦ green 215 ◦ blue 75

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

Shades of Conifer #AAD74B

Tints of Conifer #AAD74B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.3%

R = 36.96%
G = 46.74%
B = 16.3%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#AAD74B (or 0xAAD74B) is known color: Conifer. HEX triplet: AA, D7 and 4B. RGB value is (170,215,75). Sum of RGB (Red+Green+Blue) = 170+215+75=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 215 (84.38% from 255 or 46.74% from 460); Blue value is 75 (29.69% from 255 or 16.30% from 460); Max value from RGB is 215 - color contains mainly: green. Hex color #AAD74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD74B is #5528B4. Grayscale: #BABABA. Windows color (decimal): -5580981 or 4970410. OLE color: 4970410.

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

Color convert

RGB 170 215 75 -
CMYK 0.21 0 0.65 0.16
HSL 79.29º 0.64% 0.57% -
HSV(B) 79.29º 0.65% 0.84% -
XYZ 42.15 57.65 15.56 -
YUV 185.59 65.59 116.88 -
System Red Green Blue C M Y K H S L
Decimal 170 215 75 0.21 0 0.65 0.16 79.29 0.64 0.57
Hex AA D7 4B 15 0 41 10 4F 40 39
Octal 252 327 113 25 0 101 20 117 100 71
Binary 10101010 11010111 1001011 10101 0 1000001 10000 1001111 1000000 111001

Color Harmonies of #AAD74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD74B

Black with #AAD74B

Text Example


Text Example

White with #AAD74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD74B; }

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

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

background-color css

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

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

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

border-color css

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

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

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