Html Css Color HEX #AFF656 Conifer

📋 copy color: '#AFF656'

red 175 ◦ green 246 ◦ blue 86

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

Shades of Conifer #AFF656

Tints of Conifer #AFF656

RGB

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

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

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

R = 34.52%
G = 48.52%
B = 16.96%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.04

RGB Variations

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

Color information

#AFF656 (or 0xAFF656) is known color: Conifer. HEX triplet: AF, F6 and 56. RGB value is (175,246,86). Sum of RGB (Red+Green+Blue) = 175+246+86=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 246 (96.48% from 255 or 48.52% from 507); Blue value is 86 (33.98% from 255 or 16.96% from 507); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF656 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF656 is #5009A9. Grayscale: #CFCFCF. Windows color (decimal): -5245354 or 5699247. OLE color: 5699247.

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

Color convert

RGB 175 246 86 -
CMYK 0.29 0 0.65 0.04
HSL 86.63º 0.9% 0.65% -
HSV(B) 86.63º 0.65% 0.96% -
XYZ 52.31 75.7 20.66 -
YUV 206.53 59.98 105.51 -
System Red Green Blue C M Y K H S L
Decimal 175 246 86 0.29 0 0.65 0.04 86.63 0.9 0.65
Hex AF F6 56 1D 0 41 4 57 5A 41
Octal 257 366 126 35 0 101 4 127 132 101
Binary 10101111 11110110 1010110 11101 0 1000001 100 1010111 1011010 1000001

Color Harmonies of #AFF656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF656

Black with #AFF656

Text Example


Text Example

White with #AFF656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF656; }

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

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

background-color css

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

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

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

border-color css

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

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

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