Html Css Color HEX #AED14B Conifer

📋 copy color: '#AED14B'

red 174 ◦ green 209 ◦ blue 75

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

Shades of Conifer #AED14B

Tints of Conifer #AED14B

RGB

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

 GREEN value IS 209 (82.03% from 255) = 45.63%

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

R = 37.99%
G = 45.63%
B = 16.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#AED14B (or 0xAED14B) is known color: Conifer. HEX triplet: AE, D1 and 4B. RGB value is (174,209,75). Sum of RGB (Red+Green+Blue) = 174+209+75=458 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.99% from 458); Green value is 209 (82.03% from 255 or 45.63% from 458); Blue value is 75 (29.69% from 255 or 16.38% from 458); Max value from RGB is 209 - color contains mainly: green. Hex color #AED14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED14B is #512EB4. Grayscale: #B7B7B7. Windows color (decimal): -5320373 or 4968878. OLE color: 4968878.

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

Color convert

RGB 174 209 75 -
CMYK 0.17 0 0.64 0.18
HSL 75.67º 0.59% 0.56% -
HSV(B) 75.67º 0.64% 0.82% -
XYZ 41.53 55.11 15.1 -
YUV 183.26 66.9 121.4 -
System Red Green Blue C M Y K H S L
Decimal 174 209 75 0.17 0 0.64 0.18 75.67 0.59 0.56
Hex AE D1 4B 11 0 40 12 4C 3B 38
Octal 256 321 113 21 0 100 22 114 73 70
Binary 10101110 11010001 1001011 10001 0 1000000 10010 1001100 111011 111000

Color Harmonies of #AED14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED14B

Black with #AED14B

Text Example


Text Example

White with #AED14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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