Html Css Color HEX #AED73F Conifer

📋 copy color: '#AED73F'

red 174 ◦ green 215 ◦ blue 63

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

Shades of Conifer #AED73F

Tints of Conifer #AED73F

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.57%

 BLUE value IS 63 (25% from 255) = 13.94%

R = 38.5%
G = 47.57%
B = 13.94%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#AED73F (or 0xAED73F) is known color: Conifer. HEX triplet: AE, D7 and 3F. RGB value is (174,215,63). Sum of RGB (Red+Green+Blue) = 174+215+63=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 215 (84.38% from 255 or 47.57% from 452); Blue value is 63 (25% from 255 or 13.94% from 452); Max value from RGB is 215 - color contains mainly: green. Hex color #AED73F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED73F is #5128C0. Grayscale: #B9B9B9. Windows color (decimal): -5318849 or 4183982. OLE color: 4183982.

HSL color Cylindrical-coordinate representation of color #AED73F: hue angle of 76.18º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AED73F is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 215 63 -
CMYK 0.19 0 0.71 0.16
HSL 76.18º 0.66% 0.55% -
HSV(B) 76.18º 0.71% 0.84% -
XYZ 42.65 57.96 13.64 -
YUV 185.41 58.92 119.86 -
System Red Green Blue C M Y K H S L
Decimal 174 215 63 0.19 0 0.71 0.16 76.18 0.66 0.55
Hex AE D7 3F 13 0 47 10 4C 42 37
Octal 256 327 77 23 0 107 20 114 102 67
Binary 10101110 11010111 111111 10011 0 1000111 10000 1001100 1000010 110111

Color Harmonies of #AED73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED73F

Black with #AED73F

Text Example


Text Example

White with #AED73F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED73F; }

 p { color: rgb(174,215,63); }

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

background-color css

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

 a { background-color: rgb(174,215,63); }

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

border-color css

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

 span { border-color: rgb(174,215,63); }

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