Html Css Color HEX #AEF568 Conifer

📋 copy color: '#AEF568'

red 174 ◦ green 245 ◦ blue 104

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

Shades of Conifer #AEF568

Tints of Conifer #AEF568

RGB

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

 GREEN value IS 245 (96.09% from 255) = 46.85%

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

R = 33.27%
G = 46.85%
B = 19.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.58

 K value IS 0.04

RGB Variations

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

Color information

#AEF568 (or 0xAEF568) is known color: Conifer. HEX triplet: AE, F5 and 68. RGB value is (174,245,104). Sum of RGB (Red+Green+Blue) = 174+245+104=523 (69% of max value = 765). Red value is 174 (68.36% from 255 or 33.27% from 523); Green value is 245 (96.09% from 255 or 46.85% from 523); Blue value is 104 (41.02% from 255 or 19.89% from 523); Max value from RGB is 245 - color contains mainly: green. Hex color #AEF568 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEF568 is #510A97. Grayscale: #D0D0D0. Windows color (decimal): -5311128 or 6878638. OLE color: 6878638.

HSL color Cylindrical-coordinate representation of color #AEF568: hue angle of 90.21º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AEF568 is Cyan = 0.29, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.

Color convert

RGB 174 245 104 -
CMYK 0.29 0 0.58 0.04
HSL 90.21º 0.88% 0.68% -
HSV(B) 90.21º 0.58% 0.96% -
XYZ 52.61 75.3 24.86 -
YUV 207.7 69.48 103.96 -
System Red Green Blue C M Y K H S L
Decimal 174 245 104 0.29 0 0.58 0.04 90.21 0.88 0.68
Hex AE F5 68 1D 0 3A 4 5A 58 44
Octal 256 365 150 35 0 72 4 132 130 104
Binary 10101110 11110101 1101000 11101 0 111010 100 1011010 1011000 1000100

Color Harmonies of #AEF568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEF568

Black with #AEF568

Text Example


Text Example

White with #AEF568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEF568; }

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

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

background-color css

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

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

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

border-color css

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

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

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