Html Css Color HEX #AFE660 Conifer

📋 copy color: '#AFE660'

red 175 ◦ green 230 ◦ blue 96

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

Shades of Conifer #AFE660

Tints of Conifer #AFE660

RGB

 RED value IS 175 (68.75% from 255) = 34.93%

 GREEN value IS 230 (90.23% from 255) = 45.91%

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 34.93%
G = 45.91%
B = 19.16%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.58

 K value IS 0.10

RGB Variations

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

Color information

#AFE660 (or 0xAFE660) is known color: Conifer. HEX triplet: AF, E6 and 60. RGB value is (175,230,96). Sum of RGB (Red+Green+Blue) = 175+230+96=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 230 (90.23% from 255 or 45.91% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE660 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE660 is #50199F. Grayscale: #C6C6C6. Windows color (decimal): -5249440 or 6350511. OLE color: 6350511.

HSL color Cylindrical-coordinate representation of color #AFE660: hue angle of 84.63º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AFE660 is Cyan = 0.24, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 96 -
CMYK 0.24 0 0.58 0.10
HSL 84.63º 0.73% 0.64% -
HSV(B) 84.63º 0.58% 0.9% -
XYZ 48.09 66.55 21.38 -
YUV 198.28 70.28 111.4 -
System Red Green Blue C M Y K H S L
Decimal 175 230 96 0.24 0 0.58 0.10 84.63 0.73 0.64
Hex AF E6 60 18 0 3A A 55 49 40
Octal 257 346 140 30 0 72 12 125 111 100
Binary 10101111 11100110 1100000 11000 0 111010 1010 1010101 1001001 1000000

Color Harmonies of #AFE660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE660

Black with #AFE660

Text Example


Text Example

White with #AFE660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE660; }

 p { color: rgb(175,230,96); }

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

background-color css

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

 a { background-color: rgb(175,230,96); }

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

border-color css

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

 span { border-color: rgb(175,230,96); }

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