Html Css Color HEX #AFF756 Conifer

📋 copy color: '#AFF756'

red 175 ◦ green 247 ◦ blue 86

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

Shades of Conifer #AFF756

Tints of Conifer #AFF756

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.62%

 BLUE value IS 86 (33.98% from 255) = 16.93%

R = 34.45%
G = 48.62%
B = 16.93%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.03

RGB Variations

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

Color information

#AFF756 (or 0xAFF756) is known color: Conifer. HEX triplet: AF, F7 and 56. RGB value is (175,247,86). Sum of RGB (Red+Green+Blue) = 175+247+86=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 247 (96.88% from 255 or 48.62% from 508); Blue value is 86 (33.98% from 255 or 16.93% from 508); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF756 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF756 is #5008A9. Grayscale: #CFCFCF. Windows color (decimal): -5245098 or 5699503. OLE color: 5699503.

HSL color Cylindrical-coordinate representation of color #AFF756: hue angle of 86.83º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AFF756 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 247 86 -
CMYK 0.29 0 0.65 0.03
HSL 86.83º 0.91% 0.65% -
HSV(B) 86.83º 0.65% 0.97% -
XYZ 52.62 76.31 20.76 -
YUV 207.12 59.65 105.09 -
System Red Green Blue C M Y K H S L
Decimal 175 247 86 0.29 0 0.65 0.03 86.83 0.91 0.65
Hex AF F7 56 1D 0 41 3 57 5B 41
Octal 257 367 126 35 0 101 3 127 133 101
Binary 10101111 11110111 1010110 11101 0 1000001 11 1010111 1011011 1000001

Color Harmonies of #AFF756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF756

Black with #AFF756

Text Example


Text Example

White with #AFF756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF756; }

 p { color: rgb(175,247,86); }

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

background-color css

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

 a { background-color: rgb(175,247,86); }

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

border-color css

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

 span { border-color: rgb(175,247,86); }

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