Html Css Color HEX #AED65A Conifer

📋 copy color: '#AED65A'

red 174 ◦ green 214 ◦ blue 90

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

Shades of Conifer #AED65A

Tints of Conifer #AED65A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.77%

 BLUE value IS 90 (35.55% from 255) = 18.83%

R = 36.4%
G = 44.77%
B = 18.83%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#AED65A (or 0xAED65A) is known color: Conifer. HEX triplet: AE, D6 and 5A. RGB value is (174,214,90). Sum of RGB (Red+Green+Blue) = 174+214+90=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #AED65A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED65A is #5129A5. Grayscale: #BCBCBC. Windows color (decimal): -5319078 or 5953198. OLE color: 5953198.

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

Color convert

RGB 174 214 90 -
CMYK 0.19 0 0.58 0.16
HSL 79.35º 0.6% 0.6% -
HSV(B) 79.35º 0.58% 0.84% -
XYZ 43.35 57.83 18.55 -
YUV 187.9 72.75 118.08 -
System Red Green Blue C M Y K H S L
Decimal 174 214 90 0.19 0 0.58 0.16 79.35 0.6 0.6
Hex AE D6 5A 13 0 3A 10 4F 3C 3C
Octal 256 326 132 23 0 72 20 117 74 74
Binary 10101110 11010110 1011010 10011 0 111010 10000 1001111 111100 111100

Color Harmonies of #AED65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED65A

Black with #AED65A

Text Example


Text Example

White with #AED65A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED65A; }

 p { color: rgb(174,214,90); }

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

background-color css

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

 a { background-color: rgb(174,214,90); }

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

border-color css

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

 span { border-color: rgb(174,214,90); }

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