Html Css Color HEX #AFE664 Conifer

📋 copy color: '#AFE664'

red 175 ◦ green 230 ◦ blue 100

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

Shades of Conifer #AFE664

Tints of Conifer #AFE664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 19.8%

R = 34.65%
G = 45.54%
B = 19.8%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#AFE664 (or 0xAFE664) is known color: Conifer. HEX triplet: AF, E6 and 64. RGB value is (175,230,100). Sum of RGB (Red+Green+Blue) = 175+230+100=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 230 (90.23% from 255 or 45.54% from 505); Blue value is 100 (39.45% from 255 or 19.80% from 505); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE664 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE664 is #50199B. Grayscale: #C7C7C7. Windows color (decimal): -5249436 or 6612655. OLE color: 6612655.

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

Color convert

RGB 175 230 100 -
CMYK 0.24 0 0.57 0.10
HSL 85.38º 0.72% 0.65% -
HSV(B) 85.38º 0.57% 0.9% -
XYZ 48.28 66.63 22.37 -
YUV 198.74 72.28 111.07 -
System Red Green Blue C M Y K H S L
Decimal 175 230 100 0.24 0 0.57 0.10 85.38 0.72 0.65
Hex AF E6 64 18 0 39 A 55 48 41
Octal 257 346 144 30 0 71 12 125 110 101
Binary 10101111 11100110 1100100 11000 0 111001 1010 1010101 1001000 1000001

Color Harmonies of #AFE664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE664

Black with #AFE664

Text Example


Text Example

White with #AFE664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE664; }

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

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

background-color css

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

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

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

border-color css

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

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

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