Html Css Color HEX #AEF955 Conifer

📋 copy color: '#AEF955'

red 174 ◦ green 249 ◦ blue 85

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

Shades of Conifer #AEF955

Tints of Conifer #AEF955

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.02%

 BLUE value IS 85 (33.59% from 255) = 16.73%

R = 34.25%
G = 49.02%
B = 16.73%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#AEF955 (or 0xAEF955) is known color: Conifer. HEX triplet: AE, F9 and 55. RGB value is (174,249,85). Sum of RGB (Red+Green+Blue) = 174+249+85=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 249 (97.66% from 255 or 49.02% from 508); Blue value is 85 (33.59% from 255 or 16.73% from 508); Max value from RGB is 249 - color contains mainly: green. Hex color #AEF955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF955 is #5106AA. Grayscale: #D0D0D0. Windows color (decimal): -5310123 or 5634478. OLE color: 5634478.

HSL color Cylindrical-coordinate representation of color #AEF955: hue angle of 87.44º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AEF955 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.

Color convert

RGB 174 249 85 -
CMYK 0.30 0 0.66 0.02
HSL 87.44º 0.93% 0.65% -
HSV(B) 87.44º 0.66% 0.98% -
XYZ 52.97 77.41 20.74 -
YUV 207.88 58.65 103.84 -
System Red Green Blue C M Y K H S L
Decimal 174 249 85 0.30 0 0.66 0.02 87.44 0.93 0.65
Hex AE F9 55 1E 0 42 2 57 5D 41
Octal 256 371 125 36 0 102 2 127 135 101
Binary 10101110 11111001 1010101 11110 0 1000010 10 1010111 1011101 1000001

Color Harmonies of #AEF955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF955

Black with #AEF955

Text Example


Text Example

White with #AEF955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF955; }

 p { color: rgb(174,249,85); }

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

background-color css

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

 a { background-color: rgb(174,249,85); }

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

border-color css

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

 span { border-color: rgb(174,249,85); }

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