Html Css Color HEX #AEED68 Conifer

📋 copy color: '#AEED68'

red 174 ◦ green 237 ◦ blue 104

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

Shades of Conifer #AEED68

Tints of Conifer #AEED68

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.02%

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

R = 33.79%
G = 46.02%
B = 20.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#AEED68 (or 0xAEED68) is known color: Conifer. HEX triplet: AE, ED and 68. RGB value is (174,237,104). Sum of RGB (Red+Green+Blue) = 174+237+104=515 (68% of max value = 765). Red value is 174 (68.36% from 255 or 33.79% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #AEED68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AEED68 is #511297. Grayscale: #CBCBCB. Windows color (decimal): -5313176 or 6876590. OLE color: 6876590.

HSL color Cylindrical-coordinate representation of color #AEED68: hue angle of 88.42º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AEED68 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 174 237 104 -
CMYK 0.27 0 0.56 0.07
HSL 88.42º 0.79% 0.67% -
HSV(B) 88.42º 0.56% 0.93% -
XYZ 50.24 70.57 24.07 -
YUV 203 72.13 107.31 -
System Red Green Blue C M Y K H S L
Decimal 174 237 104 0.27 0 0.56 0.07 88.42 0.79 0.67
Hex AE ED 68 1B 0 38 7 58 4F 43
Octal 256 355 150 33 0 70 7 130 117 103
Binary 10101110 11101101 1101000 11011 0 111000 111 1011000 1001111 1000011

Color Harmonies of #AEED68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEED68

Black with #AEED68

Text Example


Text Example

White with #AEED68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEED68; }

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

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

background-color css

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

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

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

border-color css

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

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

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