Html Css Color HEX #AED75C Conifer

📋 copy color: '#AED75C'

red 174 ◦ green 215 ◦ blue 92

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

Shades of Conifer #AED75C

Tints of Conifer #AED75C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.7%

 BLUE value IS 92 (36.33% from 255) = 19.13%

R = 36.17%
G = 44.7%
B = 19.13%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#AED75C (or 0xAED75C) is known color: Conifer. HEX triplet: AE, D7 and 5C. RGB value is (174,215,92). Sum of RGB (Red+Green+Blue) = 174+215+92=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #AED75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED75C is #5128A3. Grayscale: #BDBDBD. Windows color (decimal): -5318820 or 6084526. OLE color: 6084526.

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

Color convert

RGB 174 215 92 -
CMYK 0.19 0 0.57 0.16
HSL 80º 0.61% 0.6% -
HSV(B) 80º 0.57% 0.84% -
XYZ 43.69 58.37 19.09 -
YUV 188.72 73.42 117.5 -
System Red Green Blue C M Y K H S L
Decimal 174 215 92 0.19 0 0.57 0.16 80 0.61 0.6
Hex AE D7 5C 13 0 39 10 50 3D 3C
Octal 256 327 134 23 0 71 20 120 75 74
Binary 10101110 11010111 1011100 10011 0 111001 10000 1010000 111101 111100

Color Harmonies of #AED75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED75C

Black with #AED75C

Text Example


Text Example

White with #AED75C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED75C; }

 p { color: rgb(174,215,92); }

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

background-color css

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

 a { background-color: rgb(174,215,92); }

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

border-color css

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

 span { border-color: rgb(174,215,92); }

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