Html Css Color HEX #AEF168 Conifer

📋 copy color: '#AEF168'

red 174 ◦ green 241 ◦ blue 104

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

Shades of Conifer #AEF168

Tints of Conifer #AEF168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.04%

R = 33.53%
G = 46.44%
B = 20.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#AEF168 (or 0xAEF168) is known color: Conifer. HEX triplet: AE, F1 and 68. RGB value is (174,241,104). Sum of RGB (Red+Green+Blue) = 174+241+104=519 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.53% from 519); Green value is 241 (94.53% from 255 or 46.44% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 241 - color contains mainly: green. Hex color #AEF168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF168 is #510E97. Grayscale: #CDCDCD. Windows color (decimal): -5312152 or 6877614. OLE color: 6877614.

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

Color convert

RGB 174 241 104 -
CMYK 0.28 0 0.57 0.05
HSL 89.34º 0.83% 0.68% -
HSV(B) 89.34º 0.57% 0.95% -
XYZ 51.41 72.91 24.46 -
YUV 205.35 70.8 105.64 -
System Red Green Blue C M Y K H S L
Decimal 174 241 104 0.28 0 0.57 0.05 89.34 0.83 0.68
Hex AE F1 68 1C 0 39 5 59 53 44
Octal 256 361 150 34 0 71 5 131 123 104
Binary 10101110 11110001 1101000 11100 0 111001 101 1011001 1010011 1000100

Color Harmonies of #AEF168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF168

Black with #AEF168

Text Example


Text Example

White with #AEF168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF168; }

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

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

background-color css

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

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

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

border-color css

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

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

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