Html Css Color HEX #AED441 Conifer

📋 copy color: '#AED441'

red 174 ◦ green 212 ◦ blue 65

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

Shades of Conifer #AED441

Tints of Conifer #AED441

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.01%

 BLUE value IS 65 (25.78% from 255) = 14.41%

R = 38.58%
G = 47.01%
B = 14.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.17

RGB Variations

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

Color information

#AED441 (or 0xAED441) is known color: Conifer. HEX triplet: AE, D4 and 41. RGB value is (174,212,65). Sum of RGB (Red+Green+Blue) = 174+212+65=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 212 (83.20% from 255 or 47.01% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 212 - color contains mainly: green. Hex color #AED441 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED441 is #512BBE. Grayscale: #B8B8B8. Windows color (decimal): -5319615 or 4314286. OLE color: 4314286.

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

Color convert

RGB 174 212 65 -
CMYK 0.18 0 0.69 0.17
HSL 75.51º 0.63% 0.54% -
HSV(B) 75.51º 0.69% 0.83% -
XYZ 41.95 56.47 13.69 -
YUV 183.88 60.91 120.95 -
System Red Green Blue C M Y K H S L
Decimal 174 212 65 0.18 0 0.69 0.17 75.51 0.63 0.54
Hex AE D4 41 12 0 45 11 4C 3F 36
Octal 256 324 101 22 0 105 21 114 77 66
Binary 10101110 11010100 1000001 10010 0 1000101 10001 1001100 111111 110110

Color Harmonies of #AED441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED441

Black with #AED441

Text Example


Text Example

White with #AED441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED441; }

 p { color: rgb(174,212,65); }

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

background-color css

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

 a { background-color: rgb(174,212,65); }

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

border-color css

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

 span { border-color: rgb(174,212,65); }

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