Html Css Color HEX #AED44B Conifer

📋 copy color: '#AED44B'

red 174 ◦ green 212 ◦ blue 75

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

Shades of Conifer #AED44B

Tints of Conifer #AED44B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 37.74%
G = 45.99%
B = 16.27%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#AED44B (or 0xAED44B) is known color: Conifer. HEX triplet: AE, D4 and 4B. RGB value is (174,212,75). Sum of RGB (Red+Green+Blue) = 174+212+75=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #AED44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED44B is #512BB4. Grayscale: #B9B9B9. Windows color (decimal): -5319605 or 4969646. OLE color: 4969646.

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

Color convert

RGB 174 212 75 -
CMYK 0.18 0 0.65 0.17
HSL 76.64º 0.61% 0.56% -
HSV(B) 76.64º 0.65% 0.83% -
XYZ 42.27 56.59 15.35 -
YUV 185.02 65.91 120.14 -
System Red Green Blue C M Y K H S L
Decimal 174 212 75 0.18 0 0.65 0.17 76.64 0.61 0.56
Hex AE D4 4B 12 0 41 11 4D 3D 38
Octal 256 324 113 22 0 101 21 115 75 70
Binary 10101110 11010100 1001011 10010 0 1000001 10001 1001101 111101 111000

Color Harmonies of #AED44B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED44B

Black with #AED44B

Text Example


Text Example

White with #AED44B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED44B; }

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

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

background-color css

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

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

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

border-color css

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

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

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