Html Css Color HEX #AFF663 Conifer

📋 copy color: '#AFF663'

red 175 ◦ green 246 ◦ blue 99

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

Shades of Conifer #AFF663

Tints of Conifer #AFF663

RGB

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

 GREEN value IS 246 (96.48% from 255) = 47.31%

 BLUE value IS 99 (39.06% from 255) = 19.04%

R = 33.65%
G = 47.31%
B = 19.04%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.60

 K value IS 0.04

RGB Variations

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

Color information

#AFF663 (or 0xAFF663) is known color: Conifer. HEX triplet: AF, F6 and 63. RGB value is (175,246,99). Sum of RGB (Red+Green+Blue) = 175+246+99=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 246 (96.48% from 255 or 47.31% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF663 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF663 is #50099C. Grayscale: #D0D0D0. Windows color (decimal): -5245341 or 6551215. OLE color: 6551215.

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

Color convert

RGB 175 246 99 -
CMYK 0.29 0 0.60 0.04
HSL 88.98º 0.89% 0.68% -
HSV(B) 88.98º 0.6% 0.96% -
XYZ 52.89 75.93 23.67 -
YUV 208.01 66.48 104.45 -
System Red Green Blue C M Y K H S L
Decimal 175 246 99 0.29 0 0.60 0.04 88.98 0.89 0.68
Hex AF F6 63 1D 0 3C 4 59 59 44
Octal 257 366 143 35 0 74 4 131 131 104
Binary 10101111 11110110 1100011 11101 0 111100 100 1011001 1011001 1000100

Color Harmonies of #AFF663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF663

Black with #AFF663

Text Example


Text Example

White with #AFF663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF663; }

 p { color: rgb(175,246,99); }

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

background-color css

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

 a { background-color: rgb(175,246,99); }

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

border-color css

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

 span { border-color: rgb(175,246,99); }

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