Html Css Color HEX #AED04B Conifer

📋 copy color: '#AED04B'

red 174 ◦ green 208 ◦ blue 75

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

Shades of Conifer #AED04B

Tints of Conifer #AED04B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.51%

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

R = 38.07%
G = 45.51%
B = 16.41%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#AED04B (or 0xAED04B) is known color: Conifer. HEX triplet: AE, D0 and 4B. RGB value is (174,208,75). Sum of RGB (Red+Green+Blue) = 174+208+75=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 75 (29.69% from 255 or 16.41% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #AED04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED04B is #512FB4. Grayscale: #B7B7B7. Windows color (decimal): -5320629 or 4968622. OLE color: 4968622.

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

Color convert

RGB 174 208 75 -
CMYK 0.16 0 0.64 0.18
HSL 75.34º 0.59% 0.55% -
HSV(B) 75.34º 0.64% 0.82% -
XYZ 41.28 54.62 15.02 -
YUV 182.67 67.24 121.81 -
System Red Green Blue C M Y K H S L
Decimal 174 208 75 0.16 0 0.64 0.18 75.34 0.59 0.55
Hex AE D0 4B 10 0 40 12 4B 3B 37
Octal 256 320 113 20 0 100 22 113 73 67
Binary 10101110 11010000 1001011 10000 0 1000000 10010 1001011 111011 110111

Color Harmonies of #AED04B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED04B

Black with #AED04B

Text Example


Text Example

White with #AED04B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED04B; }

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

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

background-color css

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

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

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

border-color css

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

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

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