Html Css Color HEX #AFF963 Conifer

📋 copy color: '#AFF963'

red 175 ◦ green 249 ◦ blue 99

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

Shades of Conifer #AFF963

Tints of Conifer #AFF963

RGB

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

 GREEN value IS 249 (97.66% from 255) = 47.61%

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

R = 33.46%
G = 47.61%
B = 18.93%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#AFF963 (or 0xAFF963) is known color: Conifer. HEX triplet: AF, F9 and 63. RGB value is (175,249,99). Sum of RGB (Red+Green+Blue) = 175+249+99=523 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.46% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 99 (39.06% from 255 or 18.93% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF963 is #50069C. Grayscale: #D2D2D2. Windows color (decimal): -5244573 or 6551983. OLE color: 6551983.

HSL color Cylindrical-coordinate representation of color #AFF963: hue angle of 89.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AFF963 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 99 -
CMYK 0.30 0 0.60 0.02
HSL 89.6º 0.93% 0.68% -
HSV(B) 89.6º 0.6% 0.98% -
XYZ 53.81 77.77 23.98 -
YUV 209.77 65.48 103.2 -
System Red Green Blue C M Y K H S L
Decimal 175 249 99 0.30 0 0.60 0.02 89.6 0.93 0.68
Hex AF F9 63 1E 0 3C 2 5A 5D 44
Octal 257 371 143 36 0 74 2 132 135 104
Binary 10101111 11111001 1100011 11110 0 111100 10 1011010 1011101 1000100

Color Harmonies of #AFF963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF963

Black with #AFF963

Text Example


Text Example

White with #AFF963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF963; }

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

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

background-color css

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

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

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

border-color css

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

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

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