Html Css Color HEX #AED54C Conifer

📋 copy color: '#AED54C'

red 174 ◦ green 213 ◦ blue 76

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

Shades of Conifer #AED54C

Tints of Conifer #AED54C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46%

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

R = 37.58%
G = 46%
B = 16.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#AED54C (or 0xAED54C) is known color: Conifer. HEX triplet: AE, D5 and 4C. RGB value is (174,213,76). Sum of RGB (Red+Green+Blue) = 174+213+76=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 76 (30.08% from 255 or 16.41% from 463); Max value from RGB is 213 - color contains mainly: green. Hex color #AED54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED54C is #512AB3. Grayscale: #BABABA. Windows color (decimal): -5319348 or 5035438. OLE color: 5035438.

HSL color Cylindrical-coordinate representation of color #AED54C: hue angle of 77.08º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AED54C is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 174 213 76 -
CMYK 0.18 0 0.64 0.16
HSL 77.08º 0.62% 0.57% -
HSV(B) 77.08º 0.64% 0.84% -
XYZ 42.55 57.11 15.62 -
YUV 185.72 66.08 119.64 -
System Red Green Blue C M Y K H S L
Decimal 174 213 76 0.18 0 0.64 0.16 77.08 0.62 0.57
Hex AE D5 4C 12 0 40 10 4D 3E 39
Octal 256 325 114 22 0 100 20 115 76 71
Binary 10101110 11010101 1001100 10010 0 1000000 10000 1001101 111110 111001

Color Harmonies of #AED54C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED54C

Black with #AED54C

Text Example


Text Example

White with #AED54C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED54C; }

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

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

background-color css

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

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

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

border-color css

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

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

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