Html Css Color HEX #AEDE67 Conifer

📋 copy color: '#AEDE67'

red 174 ◦ green 222 ◦ blue 103

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

Shades of Conifer #AEDE67

Tints of Conifer #AEDE67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.64%

R = 34.87%
G = 44.49%
B = 20.64%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#AEDE67 (or 0xAEDE67) is known color: Conifer. HEX triplet: AE, DE and 67. RGB value is (174,222,103). Sum of RGB (Red+Green+Blue) = 174+222+103=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 103 (40.62% from 255 or 20.64% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #AEDE67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDE67 is #512198. Grayscale: #C2C2C2. Windows color (decimal): -5317017 or 6807214. OLE color: 6807214.

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

Color convert

RGB 174 222 103 -
CMYK 0.22 0 0.54 0.13
HSL 84.2º 0.64% 0.64% -
HSV(B) 84.2º 0.54% 0.87% -
XYZ 46.03 62.22 22.42 -
YUV 194.08 76.6 113.68 -
System Red Green Blue C M Y K H S L
Decimal 174 222 103 0.22 0 0.54 0.13 84.2 0.64 0.64
Hex AE DE 67 16 0 36 D 54 40 40
Octal 256 336 147 26 0 66 15 124 100 100
Binary 10101110 11011110 1100111 10110 0 110110 1101 1010100 1000000 1000000

Color Harmonies of #AEDE67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDE67

Black with #AEDE67

Text Example


Text Example

White with #AEDE67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDE67; }

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

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

background-color css

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

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

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

border-color css

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

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

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