Html Css Color HEX #AEDD67 Conifer

📋 copy color: '#AEDD67'

red 174 ◦ green 221 ◦ blue 103

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

Shades of Conifer #AEDD67

Tints of Conifer #AEDD67

RGB

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

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

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

R = 34.94%
G = 44.38%
B = 20.68%

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

#AEDD67 (or 0xAEDD67) is known color: Conifer. HEX triplet: AE, DD and 67. RGB value is (174,221,103). Sum of RGB (Red+Green+Blue) = 174+221+103=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 103 (40.62% from 255 or 20.68% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AEDD67 is #512298. Grayscale: #C1C1C1. Windows color (decimal): -5317273 or 6806958. OLE color: 6806958.

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

Color convert

RGB 174 221 103 -
CMYK 0.21 0 0.53 0.13
HSL 83.9º 0.63% 0.64% -
HSV(B) 83.9º 0.53% 0.87% -
XYZ 45.76 61.69 22.33 -
YUV 193.5 76.93 114.09 -
System Red Green Blue C M Y K H S L
Decimal 174 221 103 0.21 0 0.53 0.13 83.9 0.63 0.64
Hex AE DD 67 15 0 35 D 54 3F 40
Octal 256 335 147 25 0 65 15 124 77 100
Binary 10101110 11011101 1100111 10101 0 110101 1101 1010100 111111 1000000

Color Harmonies of #AEDD67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEDD67

Black with #AEDD67

Text Example


Text Example

White with #AEDD67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEDD67; }

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

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

background-color css

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

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

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

border-color css

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

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

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