Html Css Color HEX #AED95D Conifer

📋 copy color: '#AED95D'

red 174 ◦ green 217 ◦ blue 93

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

Shades of Conifer #AED95D

Tints of Conifer #AED95D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.21%

R = 35.95%
G = 44.83%
B = 19.21%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#AED95D (or 0xAED95D) is known color: Conifer. HEX triplet: AE, D9 and 5D. RGB value is (174,217,93). Sum of RGB (Red+Green+Blue) = 174+217+93=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 217 (85.16% from 255 or 44.83% from 484); Blue value is 93 (36.72% from 255 or 19.21% from 484); Max value from RGB is 217 - color contains mainly: green. Hex color #AED95D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED95D is #5126A2. Grayscale: #BEBEBE. Windows color (decimal): -5318307 or 6150574. OLE color: 6150574.

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

Color convert

RGB 174 217 93 -
CMYK 0.20 0 0.57 0.15
HSL 80.81º 0.62% 0.61% -
HSV(B) 80.81º 0.57% 0.85% -
XYZ 44.24 59.41 19.49 -
YUV 190.01 73.25 116.58 -
System Red Green Blue C M Y K H S L
Decimal 174 217 93 0.20 0 0.57 0.15 80.81 0.62 0.61
Hex AE D9 5D 14 0 39 F 51 3E 3D
Octal 256 331 135 24 0 71 17 121 76 75
Binary 10101110 11011001 1011101 10100 0 111001 1111 1010001 111110 111101

Color Harmonies of #AED95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED95D

Black with #AED95D

Text Example


Text Example

White with #AED95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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