Html Css Color HEX #AEE468 Conifer

📋 copy color: '#AEE468'

red 174 ◦ green 228 ◦ blue 104

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

Shades of Conifer #AEE468

Tints of Conifer #AEE468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.55%

R = 34.39%
G = 45.06%
B = 20.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#AEE468 (or 0xAEE468) is known color: Conifer. HEX triplet: AE, E4 and 68. RGB value is (174,228,104). Sum of RGB (Red+Green+Blue) = 174+228+104=506 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.39% from 506); Green value is 228 (89.45% from 255 or 45.06% from 506); Blue value is 104 (41.02% from 255 or 20.55% from 506); Max value from RGB is 228 - color contains mainly: green. Hex color #AEE468 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE468 is #511B97. Grayscale: #C6C6C6. Windows color (decimal): -5315480 or 6874286. OLE color: 6874286.

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

Color convert

RGB 174 228 104 -
CMYK 0.24 0 0.54 0.11
HSL 86.13º 0.7% 0.65% -
HSV(B) 86.13º 0.54% 0.89% -
XYZ 47.7 65.48 23.22 -
YUV 197.72 75.11 111.08 -
System Red Green Blue C M Y K H S L
Decimal 174 228 104 0.24 0 0.54 0.11 86.13 0.7 0.65
Hex AE E4 68 18 0 36 B 56 46 41
Octal 256 344 150 30 0 66 13 126 106 101
Binary 10101110 11100100 1101000 11000 0 110110 1011 1010110 1000110 1000001

Color Harmonies of #AEE468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE468

Black with #AEE468

Text Example


Text Example

White with #AEE468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE468; }

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

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

background-color css

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

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

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

border-color css

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

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

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