Html Css Color HEX #AAEA4B Conifer

📋 copy color: '#AAEA4B'

red 170 ◦ green 234 ◦ blue 75

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

Shades of Conifer #AAEA4B

Tints of Conifer #AAEA4B

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.85%

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

R = 35.49%
G = 48.85%
B = 15.66%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.08

RGB Variations

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

Color information

#AAEA4B (or 0xAAEA4B) is known color: Conifer. HEX triplet: AA, EA and 4B. RGB value is (170,234,75). Sum of RGB (Red+Green+Blue) = 170+234+75=479 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.49% from 479); Green value is 234 (91.80% from 255 or 48.85% from 479); Blue value is 75 (29.69% from 255 or 15.66% from 479); Max value from RGB is 234 - color contains mainly: green. Hex color #AAEA4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEA4B is #5515B4. Grayscale: #C5C5C5. Windows color (decimal): -5576117 or 4975274. OLE color: 4975274.

HSL color Cylindrical-coordinate representation of color #AAEA4B: hue angle of 84.15º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AAEA4B is Cyan = 0.27, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 234 75 -
CMYK 0.27 0 0.68 0.08
HSL 84.15º 0.79% 0.61% -
HSV(B) 84.15º 0.68% 0.92% -
XYZ 47.27 67.9 17.27 -
YUV 196.74 59.3 108.93 -
System Red Green Blue C M Y K H S L
Decimal 170 234 75 0.27 0 0.68 0.08 84.15 0.79 0.61
Hex AA EA 4B 1B 0 44 8 54 4F 3D
Octal 252 352 113 33 0 104 10 124 117 75
Binary 10101010 11101010 1001011 11011 0 1000100 1000 1010100 1001111 111101

Color Harmonies of #AAEA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEA4B

Black with #AAEA4B

Text Example


Text Example

White with #AAEA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEA4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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