Html Css Color HEX #AEE464 Conifer

📋 copy color: '#AEE464'

red 174 ◦ green 228 ◦ blue 100

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

Shades of Conifer #AEE464

Tints of Conifer #AEE464

RGB

 RED value IS 174 (68.36% from 255) = 34.66%

 GREEN value IS 228 (89.45% from 255) = 45.42%

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

R = 34.66%
G = 45.42%
B = 19.92%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.56

 K value IS 0.11

RGB Variations

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

Color information

#AEE464 (or 0xAEE464) is known color: Conifer. HEX triplet: AE, E4 and 64. RGB value is (174,228,100). Sum of RGB (Red+Green+Blue) = 174+228+100=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 228 (89.45% from 255 or 45.42% from 502); Blue value is 100 (39.45% from 255 or 19.92% from 502); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE464 is #511B9B. Grayscale: #C5C5C5. Windows color (decimal): -5315484 or 6612142. OLE color: 6612142.

HSL color Cylindrical-coordinate representation of color #AEE464: hue angle of 85.31º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEE464 is Cyan = 0.24, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB 174 228 100 -
CMYK 0.24 0 0.56 0.11
HSL 85.31º 0.7% 0.64% -
HSV(B) 85.31º 0.56% 0.89% -
XYZ 47.5 65.41 22.18 -
YUV 197.26 73.11 111.41 -
System Red Green Blue C M Y K H S L
Decimal 174 228 100 0.24 0 0.56 0.11 85.31 0.7 0.64
Hex AE E4 64 18 0 38 B 55 46 40
Octal 256 344 144 30 0 70 13 125 106 100
Binary 10101110 11100100 1100100 11000 0 111000 1011 1010101 1000110 1000000

Color Harmonies of #AEE464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE464

Black with #AEE464

Text Example


Text Example

White with #AEE464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE464; }

 p { color: rgb(174,228,100); }

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

background-color css

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

 a { background-color: rgb(174,228,100); }

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

border-color css

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

 span { border-color: rgb(174,228,100); }

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