Html Css Color HEX #AED962 Conifer

📋 copy color: '#AED962'

red 174 ◦ green 217 ◦ blue 98

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

Shades of Conifer #AED962

Tints of Conifer #AED962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.04%

R = 35.58%
G = 44.38%
B = 20.04%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#AED962 (or 0xAED962) is known color: Conifer. HEX triplet: AE, D9 and 62. RGB value is (174,217,98). Sum of RGB (Red+Green+Blue) = 174+217+98=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #AED962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED962 is #51269D. Grayscale: #BFBFBF. Windows color (decimal): -5318302 or 6478254. OLE color: 6478254.

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

Color convert

RGB 174 217 98 -
CMYK 0.20 0 0.55 0.15
HSL 81.68º 0.61% 0.62% -
HSV(B) 81.68º 0.55% 0.85% -
XYZ 44.47 59.51 20.7 -
YUV 190.58 75.75 116.18 -
System Red Green Blue C M Y K H S L
Decimal 174 217 98 0.20 0 0.55 0.15 81.68 0.61 0.62
Hex AE D9 62 14 0 37 F 52 3D 3E
Octal 256 331 142 24 0 67 17 122 75 76
Binary 10101110 11011001 1100010 10100 0 110111 1111 1010010 111101 111110

Color Harmonies of #AED962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED962

Black with #AED962

Text Example


Text Example

White with #AED962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED962; }

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

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

background-color css

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

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

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

border-color css

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

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

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