Html Css Color HEX #AAD54B Conifer

📋 copy color: '#AAD54B'

red 170 ◦ green 213 ◦ blue 75

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

Shades of Conifer #AAD54B

Tints of Conifer #AAD54B

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.51%

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

R = 37.12%
G = 46.51%
B = 16.38%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#AAD54B (or 0xAAD54B) is known color: Conifer. HEX triplet: AA, D5 and 4B. RGB value is (170,213,75). Sum of RGB (Red+Green+Blue) = 170+213+75=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 213 (83.59% from 255 or 46.51% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD54B is #552AB4. Grayscale: #B8B8B8. Windows color (decimal): -5581493 or 4969898. OLE color: 4969898.

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

Color convert

RGB 170 213 75 -
CMYK 0.20 0 0.65 0.16
HSL 78.7º 0.62% 0.56% -
HSV(B) 78.7º 0.65% 0.84% -
XYZ 41.64 56.64 15.39 -
YUV 184.41 66.25 117.72 -
System Red Green Blue C M Y K H S L
Decimal 170 213 75 0.20 0 0.65 0.16 78.7 0.62 0.56
Hex AA D5 4B 14 0 41 10 4F 3E 38
Octal 252 325 113 24 0 101 20 117 76 70
Binary 10101010 11010101 1001011 10100 0 1000001 10000 1001111 111110 111000

Color Harmonies of #AAD54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD54B

Black with #AAD54B

Text Example


Text Example

White with #AAD54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD54B; }

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

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

background-color css

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

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

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

border-color css

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

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

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