Html Css Color HEX #AED346 Conifer

📋 copy color: '#AED346'

red 174 ◦ green 211 ◦ blue 70

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

Shades of Conifer #AED346

Tints of Conifer #AED346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.38%

R = 38.24%
G = 46.37%
B = 15.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.67

 K value IS 0.17

RGB Variations

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

Color information

#AED346 (or 0xAED346) is known color: Conifer. HEX triplet: AE, D3 and 46. RGB value is (174,211,70). Sum of RGB (Red+Green+Blue) = 174+211+70=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 211 (82.81% from 255 or 46.37% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 211 - color contains mainly: green. Hex color #AED346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED346 is #512CB9. Grayscale: #B8B8B8. Windows color (decimal): -5319866 or 4641710. OLE color: 4641710.

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

Color convert

RGB 174 211 70 -
CMYK 0.18 0 0.67 0.17
HSL 75.74º 0.62% 0.55% -
HSV(B) 75.74º 0.67% 0.83% -
XYZ 41.86 56.03 14.4 -
YUV 183.86 63.74 120.96 -
System Red Green Blue C M Y K H S L
Decimal 174 211 70 0.18 0 0.67 0.17 75.74 0.62 0.55
Hex AE D3 46 12 0 43 11 4C 3E 37
Octal 256 323 106 22 0 103 21 114 76 67
Binary 10101110 11010011 1000110 10010 0 1000011 10001 1001100 111110 110111

Color Harmonies of #AED346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED346

Black with #AED346

Text Example


Text Example

White with #AED346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED346; }

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

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

background-color css

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

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

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

border-color css

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

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

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