Html Css Color HEX #AED268 Conifer

📋 copy color: '#AED268'

red 174 ◦ green 210 ◦ blue 104

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

Shades of Conifer #AED268

Tints of Conifer #AED268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.31%

R = 35.66%
G = 43.03%
B = 21.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#AED268 (or 0xAED268) is known color: Conifer. HEX triplet: AE, D2 and 68. RGB value is (174,210,104). Sum of RGB (Red+Green+Blue) = 174+210+104=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 210 (82.42% from 255 or 43.03% from 488); Blue value is 104 (41.02% from 255 or 21.31% from 488); Max value from RGB is 210 - color contains mainly: green. Hex color #AED268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED268 is #512D97. Grayscale: #BBBBBB. Windows color (decimal): -5320088 or 6869678. OLE color: 6869678.

HSL color Cylindrical-coordinate representation of color #AED268: hue angle of 80.38º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AED268 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 174 210 104 -
CMYK 0.17 0 0.50 0.18
HSL 80.38º 0.54% 0.62% -
HSV(B) 80.38º 0.5% 0.82% -
XYZ 43 56.09 21.66 -
YUV 187.15 81.07 118.62 -
System Red Green Blue C M Y K H S L
Decimal 174 210 104 0.17 0 0.50 0.18 80.38 0.54 0.62
Hex AE D2 68 11 0 32 12 50 36 3E
Octal 256 322 150 21 0 62 22 120 66 76
Binary 10101110 11010010 1101000 10001 0 110010 10010 1010000 110110 111110

Color Harmonies of #AED268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED268

Black with #AED268

Text Example


Text Example

White with #AED268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED268; }

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

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

background-color css

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

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

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

border-color css

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

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

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