Html Css Color HEX #AED35B Conifer

📋 copy color: '#AED35B'

red 174 ◦ green 211 ◦ blue 91

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

Shades of Conifer #AED35B

Tints of Conifer #AED35B

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.33%

 BLUE value IS 91 (35.94% from 255) = 19.12%

R = 36.55%
G = 44.33%
B = 19.12%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#AED35B (or 0xAED35B) is known color: Conifer. HEX triplet: AE, D3 and 5B. RGB value is (174,211,91). Sum of RGB (Red+Green+Blue) = 174+211+91=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 91 (35.94% from 255 or 19.12% from 476); Max value from RGB is 211 - color contains mainly: green. Hex color #AED35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AED35B is #512CA4. Grayscale: #BABABA. Windows color (decimal): -5319845 or 6017966. OLE color: 6017966.

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

Color convert

RGB 174 211 91 -
CMYK 0.18 0 0.57 0.17
HSL 78.5º 0.58% 0.59% -
HSV(B) 78.5º 0.57% 0.83% -
XYZ 42.64 56.34 18.53 -
YUV 186.26 74.24 119.26 -
System Red Green Blue C M Y K H S L
Decimal 174 211 91 0.18 0 0.57 0.17 78.5 0.58 0.59
Hex AE D3 5B 12 0 39 11 4E 3A 3B
Octal 256 323 133 22 0 71 21 116 72 73
Binary 10101110 11010011 1011011 10010 0 111001 10001 1001110 111010 111011

Color Harmonies of #AED35B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AED35B

Black with #AED35B

Text Example


Text Example

White with #AED35B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AED35B; }

 p { color: rgb(174,211,91); }

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

background-color css

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

 a { background-color: rgb(174,211,91); }

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

border-color css

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

 span { border-color: rgb(174,211,91); }

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