Html Css Color HEX #AED462 Conifer

📋 copy color: '#AED462'

red 174 ◦ green 212 ◦ blue 98

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

Shades of Conifer #AED462

Tints of Conifer #AED462

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.8%

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

R = 35.95%
G = 43.8%
B = 20.25%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#AED462 (or 0xAED462) is known color: Conifer. HEX triplet: AE, D4 and 62. RGB value is (174,212,98). Sum of RGB (Red+Green+Blue) = 174+212+98=484 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.95% from 484); Green value is 212 (83.20% from 255 or 43.80% from 484); Blue value is 98 (38.67% from 255 or 20.25% from 484); Max value from RGB is 212 - color contains mainly: green. Hex color #AED462 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED462 is #512B9D. Grayscale: #BCBCBC. Windows color (decimal): -5319582 or 6476974. OLE color: 6476974.

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

Color convert

RGB 174 212 98 -
CMYK 0.18 0 0.54 0.17
HSL 80º 0.57% 0.61% -
HSV(B) 80º 0.54% 0.83% -
XYZ 43.2 56.97 20.27 -
YUV 187.64 77.41 118.27 -
System Red Green Blue C M Y K H S L
Decimal 174 212 98 0.18 0 0.54 0.17 80 0.57 0.61
Hex AE D4 62 12 0 36 11 50 39 3D
Octal 256 324 142 22 0 66 21 120 71 75
Binary 10101110 11010100 1100010 10010 0 110110 10001 1010000 111001 111101

Color Harmonies of #AED462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED462

Black with #AED462

Text Example


Text Example

White with #AED462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED462; }

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

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

background-color css

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

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

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

border-color css

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

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

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