Html Css Color HEX #AED94C Conifer

📋 copy color: '#AED94C'

red 174 ◦ green 217 ◦ blue 76

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

Shades of Conifer #AED94C

Tints of Conifer #AED94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.47%

 BLUE value IS 76 (30.08% from 255) = 16.27%

R = 37.26%
G = 46.47%
B = 16.27%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#AED94C (or 0xAED94C) is known color: Conifer. HEX triplet: AE, D9 and 4C. RGB value is (174,217,76). Sum of RGB (Red+Green+Blue) = 174+217+76=467 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.26% from 467); Green value is 217 (85.16% from 255 or 46.47% from 467); Blue value is 76 (30.08% from 255 or 16.27% from 467); Max value from RGB is 217 - color contains mainly: green. Hex color #AED94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED94C is #5126B3. Grayscale: #BCBCBC. Windows color (decimal): -5318324 or 5036462. OLE color: 5036462.

HSL color Cylindrical-coordinate representation of color #AED94C: hue angle of 78.3º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AED94C is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 174 217 76 -
CMYK 0.20 0 0.65 0.15
HSL 78.3º 0.65% 0.57% -
HSV(B) 78.3º 0.65% 0.85% -
XYZ 43.57 59.15 15.96 -
YUV 188.07 64.75 117.96 -
System Red Green Blue C M Y K H S L
Decimal 174 217 76 0.20 0 0.65 0.15 78.3 0.65 0.57
Hex AE D9 4C 14 0 41 F 4E 41 39
Octal 256 331 114 24 0 101 17 116 101 71
Binary 10101110 11011001 1001100 10100 0 1000001 1111 1001110 1000001 111001

Color Harmonies of #AED94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED94C

Black with #AED94C

Text Example


Text Example

White with #AED94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED94C; }

 p { color: rgb(174,217,76); }

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

background-color css

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

 a { background-color: rgb(174,217,76); }

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

border-color css

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

 span { border-color: rgb(174,217,76); }

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