Html Css Color HEX #AEE068 Conifer

📋 copy color: '#AEE068'

red 174 ◦ green 224 ◦ blue 104

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

Shades of Conifer #AEE068

Tints of Conifer #AEE068

RGB

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

 GREEN value IS 224 (87.89% from 255) = 44.62%

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

R = 34.66%
G = 44.62%
B = 20.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#AEE068 (or 0xAEE068) is known color: Conifer. HEX triplet: AE, E0 and 68. RGB value is (174,224,104). Sum of RGB (Red+Green+Blue) = 174+224+104=502 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.66% from 502); Green value is 224 (87.89% from 255 or 44.62% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 224 - color contains mainly: green. Hex color #AEE068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEE068 is #511F97. Grayscale: #C3C3C3. Windows color (decimal): -5316504 or 6873262. OLE color: 6873262.

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

Color convert

RGB 174 224 104 -
CMYK 0.22 0 0.54 0.12
HSL 85º 0.66% 0.64% -
HSV(B) 85º 0.54% 0.88% -
XYZ 46.61 63.31 22.86 -
YUV 195.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 174 224 104 0.22 0 0.54 0.12 85 0.66 0.64
Hex AE E0 68 16 0 36 C 55 42 40
Octal 256 340 150 26 0 66 14 125 102 100
Binary 10101110 11100000 1101000 10110 0 110110 1100 1010101 1000010 1000000

Color Harmonies of #AEE068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE068

Black with #AEE068

Text Example


Text Example

White with #AEE068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE068; }

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

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

background-color css

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

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

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

border-color css

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

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

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