Html Css Color HEX #AED85E Conifer

📋 copy color: '#AED85E'

red 174 ◦ green 216 ◦ blue 94

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

Shades of Conifer #AED85E

Tints of Conifer #AED85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.63%

 BLUE value IS 94 (37.11% from 255) = 19.42%

R = 35.95%
G = 44.63%
B = 19.42%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#AED85E (or 0xAED85E) is known color: Conifer. HEX triplet: AE, D8 and 5E. RGB value is (174,216,94). Sum of RGB (Red+Green+Blue) = 174+216+94=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 216 (84.77% from 255 or 44.63% from 484); Blue value is 94 (37.11% from 255 or 19.42% from 484); Max value from RGB is 216 - color contains mainly: green. Hex color #AED85E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED85E is #5127A1. Grayscale: #BDBDBD. Windows color (decimal): -5318562 or 6215854. OLE color: 6215854.

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

Color convert

RGB 174 216 94 -
CMYK 0.19 0 0.56 0.15
HSL 80.66º 0.61% 0.61% -
HSV(B) 80.66º 0.56% 0.85% -
XYZ 44.03 58.92 19.64 -
YUV 189.53 74.09 116.92 -
System Red Green Blue C M Y K H S L
Decimal 174 216 94 0.19 0 0.56 0.15 80.66 0.61 0.61
Hex AE D8 5E 13 0 38 F 51 3D 3D
Octal 256 330 136 23 0 70 17 121 75 75
Binary 10101110 11011000 1011110 10011 0 111000 1111 1010001 111101 111101

Color Harmonies of #AED85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED85E

Black with #AED85E

Text Example


Text Example

White with #AED85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED85E; }

 p { color: rgb(174,216,94); }

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

background-color css

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

 a { background-color: rgb(174,216,94); }

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

border-color css

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

 span { border-color: rgb(174,216,94); }

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