Html Css Color HEX #AAEF64 Conifer

📋 copy color: '#AAEF64'

red 170 ◦ green 239 ◦ blue 100

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

Shades of Conifer #AAEF64

Tints of Conifer #AAEF64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.65%

R = 33.4%
G = 46.95%
B = 19.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#AAEF64 (or 0xAAEF64) is known color: Conifer. HEX triplet: AA, EF and 64. RGB value is (170,239,100). Sum of RGB (Red+Green+Blue) = 170+239+100=509 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.40% from 509); Green value is 239 (93.75% from 255 or 46.95% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 239 - color contains mainly: green. Hex color #AAEF64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AAEF64 is #55109B. Grayscale: #CBCBCB. Windows color (decimal): -5574812 or 6614954. OLE color: 6614954.

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

Color convert

RGB 170 239 100 -
CMYK 0.29 0 0.58 0.06
HSL 89.78º 0.81% 0.66% -
HSV(B) 89.78º 0.58% 0.94% -
XYZ 49.74 71.2 23.18 -
YUV 202.52 70.14 104.8 -
System Red Green Blue C M Y K H S L
Decimal 170 239 100 0.29 0 0.58 0.06 89.78 0.81 0.66
Hex AA EF 64 1D 0 3A 6 5A 51 42
Octal 252 357 144 35 0 72 6 132 121 102
Binary 10101010 11101111 1100100 11101 0 111010 110 1011010 1010001 1000010

Color Harmonies of #AAEF64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAEF64

Black with #AAEF64

Text Example


Text Example

White with #AAEF64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAEF64; }

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

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

background-color css

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

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

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

border-color css

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

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

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