Html Css Color HEX #AEE465 Conifer

📋 copy color: '#AEE465'

red 174 ◦ green 228 ◦ blue 101

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

Shades of Conifer #AEE465

Tints of Conifer #AEE465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.08%

R = 34.59%
G = 45.33%
B = 20.08%

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

#AEE465 (or 0xAEE465) is known color: Conifer. HEX triplet: AE, E4 and 65. RGB value is (174,228,101). Sum of RGB (Red+Green+Blue) = 174+228+101=503 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.59% from 503); Green value is 228 (89.45% from 255 or 45.33% from 503); Blue value is 101 (39.84% from 255 or 20.08% from 503); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE465 is #511B9A. Grayscale: #C5C5C5. Windows color (decimal): -5315483 or 6677678. OLE color: 6677678.

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

Color convert

RGB 174 228 101 -
CMYK 0.24 0 0.56 0.11
HSL 85.51º 0.7% 0.65% -
HSV(B) 85.51º 0.56% 0.89% -
XYZ 47.55 65.43 22.43 -
YUV 197.38 73.61 111.33 -
System Red Green Blue C M Y K H S L
Decimal 174 228 101 0.24 0 0.56 0.11 85.51 0.7 0.65
Hex AE E4 65 18 0 38 B 56 46 41
Octal 256 344 145 30 0 70 13 126 106 101
Binary 10101110 11100100 1100101 11000 0 111000 1011 1010110 1000110 1000001

Color Harmonies of #AEE465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE465

Black with #AEE465

Text Example


Text Example

White with #AEE465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE465; }

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

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

background-color css

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

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

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

border-color css

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

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

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