Html Css Color HEX #AFF556 Conifer

📋 copy color: '#AFF556'

red 175 ◦ green 245 ◦ blue 86

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

Shades of Conifer #AFF556

Tints of Conifer #AFF556

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.42%

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

R = 34.58%
G = 48.42%
B = 17%

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

#AFF556 (or 0xAFF556) is known color: Conifer. HEX triplet: AF, F5 and 56. RGB value is (175,245,86). Sum of RGB (Red+Green+Blue) = 175+245+86=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 86 (33.98% from 255 or 17.00% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF556 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF556 is #500AA9. Grayscale: #CECECE. Windows color (decimal): -5245610 or 5698991. OLE color: 5698991.

HSL color Cylindrical-coordinate representation of color #AFF556: hue angle of 86.42º degrees, saturation: 0.89, 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 #AFF556 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 245 86 -
CMYK 0.29 0 0.65 0.04
HSL 86.42º 0.89% 0.65% -
HSV(B) 86.42º 0.65% 0.96% -
XYZ 52.01 75.09 20.56 -
YUV 205.94 60.31 105.93 -
System Red Green Blue C M Y K H S L
Decimal 175 245 86 0.29 0 0.65 0.04 86.42 0.89 0.65
Hex AF F5 56 1D 0 41 4 56 59 41
Octal 257 365 126 35 0 101 4 126 131 101
Binary 10101111 11110101 1010110 11101 0 1000001 100 1010110 1011001 1000001

Color Harmonies of #AFF556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF556

Black with #AFF556

Text Example


Text Example

White with #AFF556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF556; }

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

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

background-color css

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

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

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

border-color css

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

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

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