Html Css Color HEX #AEE16C Conifer

📋 copy color: '#AEE16C'

red 174 ◦ green 225 ◦ blue 108

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

Shades of Conifer #AEE16C

Tints of Conifer #AEE16C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.3%

R = 34.32%
G = 44.38%
B = 21.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.12

RGB Variations

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

Color information

#AEE16C (or 0xAEE16C) is known color: Conifer. HEX triplet: AE, E1 and 6C. RGB value is (174,225,108). Sum of RGB (Red+Green+Blue) = 174+225+108=507 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.32% from 507); Green value is 225 (88.28% from 255 or 44.38% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE16C is #511E93. Grayscale: #C4C4C4. Windows color (decimal): -5316244 or 7135662. OLE color: 7135662.

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

Color convert

RGB 174 225 108 -
CMYK 0.23 0 0.52 0.12
HSL 86.15º 0.66% 0.65% -
HSV(B) 86.15º 0.52% 0.88% -
XYZ 47.09 63.93 24.05 -
YUV 196.41 78.1 112.01 -
System Red Green Blue C M Y K H S L
Decimal 174 225 108 0.23 0 0.52 0.12 86.15 0.66 0.65
Hex AE E1 6C 17 0 34 C 56 42 41
Octal 256 341 154 27 0 64 14 126 102 101
Binary 10101110 11100001 1101100 10111 0 110100 1100 1010110 1000010 1000001

Color Harmonies of #AEE16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE16C

Black with #AEE16C

Text Example


Text Example

White with #AEE16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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