Html Css Color HEX #AEF15D Conifer

📋 copy color: '#AEF15D'

red 174 ◦ green 241 ◦ blue 93

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

Shades of Conifer #AEF15D

Tints of Conifer #AEF15D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 47.44%

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

R = 34.25%
G = 47.44%
B = 18.31%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.61

 K value IS 0.05

RGB Variations

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

Color information

#AEF15D (or 0xAEF15D) is known color: Conifer. HEX triplet: AE, F1 and 5D. RGB value is (174,241,93). Sum of RGB (Red+Green+Blue) = 174+241+93=508 (67% of max value = 765). Red value is 174 (68.36% from 255 or 34.25% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF15D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF15D is #510EA2. Grayscale: #CCCCCC. Windows color (decimal): -5312163 or 6156718. OLE color: 6156718.

HSL color Cylindrical-coordinate representation of color #AEF15D: hue angle of 87.16º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AEF15D is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB 174 241 93 -
CMYK 0.28 0 0.61 0.05
HSL 87.16º 0.84% 0.65% -
HSV(B) 87.16º 0.61% 0.95% -
XYZ 50.89 72.7 21.71 -
YUV 204.1 65.3 106.53 -
System Red Green Blue C M Y K H S L
Decimal 174 241 93 0.28 0 0.61 0.05 87.16 0.84 0.65
Hex AE F1 5D 1C 0 3D 5 57 54 41
Octal 256 361 135 34 0 75 5 127 124 101
Binary 10101110 11110001 1011101 11100 0 111101 101 1010111 1010100 1000001

Color Harmonies of #AEF15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF15D

Black with #AEF15D

Text Example


Text Example

White with #AEF15D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF15D; }

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

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

background-color css

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

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

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

border-color css

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

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

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