Html Css Color HEX #AEDD68 Conifer

📋 copy color: '#AEDD68'

red 174 ◦ green 221 ◦ blue 104

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

Shades of Conifer #AEDD68

Tints of Conifer #AEDD68

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

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

R = 34.87%
G = 44.29%
B = 20.84%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.53

 K value IS 0.13

RGB Variations

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

Color information

#AEDD68 (or 0xAEDD68) is known color: Conifer. HEX triplet: AE, DD and 68. RGB value is (174,221,104). Sum of RGB (Red+Green+Blue) = 174+221+104=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 104 (41.02% from 255 or 20.84% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD68 is #512297. Grayscale: #C2C2C2. Windows color (decimal): -5317272 or 6872494. OLE color: 6872494.

HSL color Cylindrical-coordinate representation of color #AEDD68: hue angle of 84.1º degrees, saturation: 0.63, 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 #AEDD68 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB 174 221 104 -
CMYK 0.21 0 0.53 0.13
HSL 84.1º 0.63% 0.64% -
HSV(B) 84.1º 0.53% 0.87% -
XYZ 45.81 61.71 22.59 -
YUV 193.61 77.43 114.01 -
System Red Green Blue C M Y K H S L
Decimal 174 221 104 0.21 0 0.53 0.13 84.1 0.63 0.64
Hex AE DD 68 15 0 35 D 54 3F 40
Octal 256 335 150 25 0 65 15 124 77 100
Binary 10101110 11011101 1101000 10101 0 110101 1101 1010100 111111 1000000

Color Harmonies of #AEDD68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD68

Black with #AEDD68

Text Example


Text Example

White with #AEDD68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD68; }

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

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

background-color css

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

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

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

border-color css

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

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

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