Html Css Color HEX #AEDE68 Conifer

📋 copy color: '#AEDE68'

red 174 ◦ green 222 ◦ blue 104

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

Shades of Conifer #AEDE68

Tints of Conifer #AEDE68

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.4%

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

R = 34.8%
G = 44.4%
B = 20.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#AEDE68 (or 0xAEDE68) is known color: Conifer. HEX triplet: AE, DE and 68. RGB value is (174,222,104). Sum of RGB (Red+Green+Blue) = 174+222+104=500 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.8% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 104 (41.02% from 255 or 20.8% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE68 is #512197. Grayscale: #C2C2C2. Windows color (decimal): -5317016 or 6872750. OLE color: 6872750.

HSL color Cylindrical-coordinate representation of color #AEDE68: hue angle of 84.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AEDE68 is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 222 104 -
CMYK 0.22 0 0.53 0.13
HSL 84.41º 0.64% 0.64% -
HSV(B) 84.41º 0.53% 0.87% -
XYZ 46.08 62.24 22.68 -
YUV 194.2 77.1 113.59 -
System Red Green Blue C M Y K H S L
Decimal 174 222 104 0.22 0 0.53 0.13 84.41 0.64 0.64
Hex AE DE 68 16 0 35 D 54 40 40
Octal 256 336 150 26 0 65 15 124 100 100
Binary 10101110 11011110 1101000 10110 0 110101 1101 1010100 1000000 1000000

Color Harmonies of #AEDE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE68

Black with #AEDE68

Text Example


Text Example

White with #AEDE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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