Html Css Color HEX #AED251 Conifer

📋 copy color: '#AED251'

red 174 ◦ green 210 ◦ blue 81

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

Shades of Conifer #AED251

Tints of Conifer #AED251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.42%

R = 37.42%
G = 45.16%
B = 17.42%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#AED251 (or 0xAED251) is known color: Conifer. HEX triplet: AE, D2 and 51. RGB value is (174,210,81). Sum of RGB (Red+Green+Blue) = 174+210+81=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 210 (82.42% from 255 or 45.16% from 465); Blue value is 81 (32.03% from 255 or 17.42% from 465); Max value from RGB is 210 - color contains mainly: green. Hex color #AED251 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED251 is #512DAE. Grayscale: #B9B9B9. Windows color (decimal): -5320111 or 5362350. OLE color: 5362350.

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

Color convert

RGB 174 210 81 -
CMYK 0.17 0 0.61 0.18
HSL 76.74º 0.59% 0.57% -
HSV(B) 76.74º 0.61% 0.82% -
XYZ 41.99 55.69 16.32 -
YUV 184.53 69.57 120.49 -
System Red Green Blue C M Y K H S L
Decimal 174 210 81 0.17 0 0.61 0.18 76.74 0.59 0.57
Hex AE D2 51 11 0 3D 12 4D 3B 39
Octal 256 322 121 21 0 75 22 115 73 71
Binary 10101110 11010010 1010001 10001 0 111101 10010 1001101 111011 111001

Color Harmonies of #AED251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED251

Black with #AED251

Text Example


Text Example

White with #AED251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED251; }

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

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

background-color css

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

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

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

border-color css

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

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

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