Html Css Color HEX #AED343 Conifer

📋 copy color: '#AED343'

red 174 ◦ green 211 ◦ blue 67

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

Shades of Conifer #AED343

Tints of Conifer #AED343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.82%

R = 38.5%
G = 46.68%
B = 14.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.68

 K value IS 0.17

RGB Variations

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

Color information

#AED343 (or 0xAED343) is known color: Conifer. HEX triplet: AE, D3 and 43. RGB value is (174,211,67). Sum of RGB (Red+Green+Blue) = 174+211+67=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 211 (82.81% from 255 or 46.68% from 452); Blue value is 67 (26.56% from 255 or 14.82% from 452); Max value from RGB is 211 - color contains mainly: green. Hex color #AED343 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED343 is #512CBC. Grayscale: #B8B8B8. Windows color (decimal): -5319869 or 4445102. OLE color: 4445102.

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

Color convert

RGB 174 211 67 -
CMYK 0.18 0 0.68 0.17
HSL 75.42º 0.62% 0.55% -
HSV(B) 75.42º 0.68% 0.83% -
XYZ 41.76 55.99 13.92 -
YUV 183.52 62.24 121.21 -
System Red Green Blue C M Y K H S L
Decimal 174 211 67 0.18 0 0.68 0.17 75.42 0.62 0.55
Hex AE D3 43 12 0 44 11 4B 3E 37
Octal 256 323 103 22 0 104 21 113 76 67
Binary 10101110 11010011 1000011 10010 0 1000100 10001 1001011 111110 110111

Color Harmonies of #AED343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED343

Black with #AED343

Text Example


Text Example

White with #AED343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED343; }

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

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

background-color css

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

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

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

border-color css

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

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

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