Html Css Color HEX #AAEF4A Conifer

📋 copy color: '#AAEF4A'

red 170 ◦ green 239 ◦ blue 74

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

Shades of Conifer #AAEF4A

Tints of Conifer #AAEF4A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 49.48%

 BLUE value IS 74 (29.3% from 255) = 15.32%

R = 35.2%
G = 49.48%
B = 15.32%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.69

 K value IS 0.06

RGB Variations

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

Color information

#AAEF4A (or 0xAAEF4A) is known color: Conifer. HEX triplet: AA, EF and 4A. RGB value is (170,239,74). Sum of RGB (Red+Green+Blue) = 170+239+74=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 74 (29.30% from 255 or 15.32% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #AAEF4A is #5510B5. Grayscale: #C8C8C8. Windows color (decimal): -5574838 or 4911018. OLE color: 4911018.

HSL color Cylindrical-coordinate representation of color #AAEF4A: hue angle of 85.09º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AAEF4A is Cyan = 0.29, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 239 74 -
CMYK 0.29 0 0.69 0.06
HSL 85.09º 0.84% 0.61% -
HSV(B) 85.09º 0.69% 0.94% -
XYZ 48.68 70.77 17.57 -
YUV 199.56 57.14 106.92 -
System Red Green Blue C M Y K H S L
Decimal 170 239 74 0.29 0 0.69 0.06 85.09 0.84 0.61
Hex AA EF 4A 1D 0 45 6 55 54 3D
Octal 252 357 112 35 0 105 6 125 124 75
Binary 10101010 11101111 1001010 11101 0 1000101 110 1010101 1010100 111101

Color Harmonies of #AAEF4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF4A

Black with #AAEF4A

Text Example


Text Example

White with #AAEF4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF4A; }

 p { color: rgb(170,239,74); }

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

background-color css

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

 a { background-color: rgb(170,239,74); }

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

border-color css

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

 span { border-color: rgb(170,239,74); }

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