Html Css Color HEX #AEE85D Conifer

📋 copy color: '#AEE85D'

red 174 ◦ green 232 ◦ blue 93

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

Shades of Conifer #AEE85D

Tints of Conifer #AEE85D

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.49%

 BLUE value IS 93 (36.72% from 255) = 18.64%

R = 34.87%
G = 46.49%
B = 18.64%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#AEE85D (or 0xAEE85D) is known color: Conifer. HEX triplet: AE, E8 and 5D. RGB value is (174,232,93). Sum of RGB (Red+Green+Blue) = 174+232+93=499 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.87% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #AEE85D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEE85D is #5117A2. Grayscale: #C7C7C7. Windows color (decimal): -5314467 or 6154414. OLE color: 6154414.

HSL color Cylindrical-coordinate representation of color #AEE85D: hue angle of 85.04º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AEE85D is Cyan = 0.25, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 174 232 93 -
CMYK 0.25 0 0.60 0.09
HSL 85.04º 0.75% 0.64% -
HSV(B) 85.04º 0.6% 0.91% -
XYZ 48.29 67.5 20.84 -
YUV 198.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 174 232 93 0.25 0 0.60 0.09 85.04 0.75 0.64
Hex AE E8 5D 19 0 3C 9 55 4B 40
Octal 256 350 135 31 0 74 11 125 113 100
Binary 10101110 11101000 1011101 11001 0 111100 1001 1010101 1001011 1000000

Color Harmonies of #AEE85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEE85D

Black with #AEE85D

Text Example


Text Example

White with #AEE85D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEE85D; }

 p { color: rgb(174,232,93); }

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

background-color css

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

 a { background-color: rgb(174,232,93); }

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

border-color css

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

 span { border-color: rgb(174,232,93); }

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