Html Css Color HEX #AED369 Conifer

📋 copy color: '#AED369'

red 174 ◦ green 211 ◦ blue 105

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

Shades of Conifer #AED369

Tints of Conifer #AED369

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.06%

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 35.51%
G = 43.06%
B = 21.43%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#AED369 (or 0xAED369) is known color: Conifer. HEX triplet: AE, D3 and 69. RGB value is (174,211,105). Sum of RGB (Red+Green+Blue) = 174+211+105=490 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.51% from 490); Green value is 211 (82.81% from 255 or 43.06% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 211 - color contains mainly: green. Hex color #AED369 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED369 is #512C96. Grayscale: #BCBCBC. Windows color (decimal): -5319831 or 6935470. OLE color: 6935470.

HSL color Cylindrical-coordinate representation of color #AED369: hue angle of 80.94º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED369 is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 174 211 105 -
CMYK 0.18 0 0.50 0.17
HSL 80.94º 0.55% 0.62% -
HSV(B) 80.94º 0.5% 0.83% -
XYZ 43.3 56.61 22.01 -
YUV 187.85 81.24 118.12 -
System Red Green Blue C M Y K H S L
Decimal 174 211 105 0.18 0 0.50 0.17 80.94 0.55 0.62
Hex AE D3 69 12 0 32 11 51 37 3E
Octal 256 323 151 22 0 62 21 121 67 76
Binary 10101110 11010011 1101001 10010 0 110010 10001 1010001 110111 111110

Color Harmonies of #AED369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED369

Black with #AED369

Text Example


Text Example

White with #AED369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED369; }

 p { color: rgb(174,211,105); }

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

background-color css

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

 a { background-color: rgb(174,211,105); }

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

border-color css

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

 span { border-color: rgb(174,211,105); }

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