Html Css Color HEX #AEEA68 Conifer

📋 copy color: '#AEEA68'

red 174 ◦ green 234 ◦ blue 104

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

Shades of Conifer #AEEA68

Tints of Conifer #AEEA68

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.7%

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

R = 33.98%
G = 45.7%
B = 20.31%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#AEEA68 (or 0xAEEA68) is known color: Conifer. HEX triplet: AE, EA and 68. RGB value is (174,234,104). Sum of RGB (Red+Green+Blue) = 174+234+104=512 (67% of max value = 765). Red value is 174 (68.36% from 255 or 33.98% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #AEEA68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEEA68 is #511597. Grayscale: #C9C9C9. Windows color (decimal): -5313944 or 6875822. OLE color: 6875822.

HSL color Cylindrical-coordinate representation of color #AEEA68: hue angle of 87.69º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEEA68 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 174 234 104 -
CMYK 0.26 0 0.56 0.08
HSL 87.69º 0.76% 0.66% -
HSV(B) 87.69º 0.56% 0.92% -
XYZ 49.38 68.84 23.78 -
YUV 201.24 73.12 108.57 -
System Red Green Blue C M Y K H S L
Decimal 174 234 104 0.26 0 0.56 0.08 87.69 0.76 0.66
Hex AE EA 68 1A 0 38 8 58 4C 42
Octal 256 352 150 32 0 70 10 130 114 102
Binary 10101110 11101010 1101000 11010 0 111000 1000 1011000 1001100 1000010

Color Harmonies of #AEEA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEEA68

Black with #AEEA68

Text Example


Text Example

White with #AEEA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEEA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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