Html Css Color HEX #AEE16A Conifer

📋 copy color: '#AEE16A'

red 174 ◦ green 225 ◦ blue 106

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

Shades of Conifer #AEE16A

Tints of Conifer #AEE16A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 44.55%

 BLUE value IS 106 (41.8% from 255) = 20.99%

R = 34.46%
G = 44.55%
B = 20.99%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#AEE16A (or 0xAEE16A) is known color: Conifer. HEX triplet: AE, E1 and 6A. RGB value is (174,225,106). Sum of RGB (Red+Green+Blue) = 174+225+106=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE16A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE16A is #511E95. Grayscale: #C4C4C4. Windows color (decimal): -5316246 or 7004590. OLE color: 7004590.

HSL color Cylindrical-coordinate representation of color #AEE16A: hue angle of 85.71º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEE16A is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 174 225 106 -
CMYK 0.23 0 0.53 0.12
HSL 85.71º 0.66% 0.65% -
HSV(B) 85.71º 0.53% 0.88% -
XYZ 46.98 63.89 23.49 -
YUV 196.19 77.1 112.18 -
System Red Green Blue C M Y K H S L
Decimal 174 225 106 0.23 0 0.53 0.12 85.71 0.66 0.65
Hex AE E1 6A 17 0 35 C 56 42 41
Octal 256 341 152 27 0 65 14 126 102 101
Binary 10101110 11100001 1101010 10111 0 110101 1100 1010110 1000010 1000001

Color Harmonies of #AEE16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE16A

Black with #AEE16A

Text Example


Text Example

White with #AEE16A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE16A; }

 p { color: rgb(174,225,106); }

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

background-color css

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

 a { background-color: rgb(174,225,106); }

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

border-color css

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

 span { border-color: rgb(174,225,106); }

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