Html Css Color HEX #AED265 Conifer

📋 copy color: '#AED265'

red 174 ◦ green 210 ◦ blue 101

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

Shades of Conifer #AED265

Tints of Conifer #AED265

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

 BLUE value IS 101 (39.84% from 255) = 20.82%

R = 35.88%
G = 43.3%
B = 20.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#AED265 (or 0xAED265) is known color: Conifer. HEX triplet: AE, D2 and 65. RGB value is (174,210,101). Sum of RGB (Red+Green+Blue) = 174+210+101=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #AED265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED265 is #512D9A. Grayscale: #BBBBBB. Windows color (decimal): -5320091 or 6673070. OLE color: 6673070.

HSL color Cylindrical-coordinate representation of color #AED265: hue angle of 79.82º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AED265 is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 101 -
CMYK 0.17 0 0.52 0.18
HSL 79.82º 0.55% 0.61% -
HSV(B) 79.82º 0.52% 0.82% -
XYZ 42.85 56.03 20.87 -
YUV 186.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 174 210 101 0.17 0 0.52 0.18 79.82 0.55 0.61
Hex AE D2 65 11 0 34 12 50 37 3D
Octal 256 322 145 21 0 64 22 120 67 75
Binary 10101110 11010010 1100101 10001 0 110100 10010 1010000 110111 111101

Color Harmonies of #AED265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED265

Black with #AED265

Text Example


Text Example

White with #AED265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED265; }

 p { color: rgb(174,210,101); }

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

background-color css

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

 a { background-color: rgb(174,210,101); }

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

border-color css

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

 span { border-color: rgb(174,210,101); }

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