Html Css Color HEX #AFE36B Conifer

📋 copy color: '#AFE36B'

red 175 ◦ green 227 ◦ blue 107

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

Shades of Conifer #AFE36B

Tints of Conifer #AFE36B

RGB

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

 GREEN value IS 227 (89.06% from 255) = 44.6%

 BLUE value IS 107 (42.19% from 255) = 21.02%

R = 34.38%
G = 44.6%
B = 21.02%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.11

RGB Variations

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

Color information

#AFE36B (or 0xAFE36B) is known color: Conifer. HEX triplet: AF, E3 and 6B. RGB value is (175,227,107). Sum of RGB (Red+Green+Blue) = 175+227+107=509 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.38% from 509); Green value is 227 (89.06% from 255 or 44.60% from 509); Blue value is 107 (42.19% from 255 or 21.02% from 509); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE36B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE36B is #501C94. Grayscale: #C6C6C6. Windows color (decimal): -5250197 or 7070639. OLE color: 7070639.

HSL color Cylindrical-coordinate representation of color #AFE36B: hue angle of 86º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AFE36B is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 227 107 -
CMYK 0.23 0 0.53 0.11
HSL 86º 0.68% 0.65% -
HSV(B) 86º 0.53% 0.89% -
XYZ 47.8 65.11 23.96 -
YUV 197.77 76.77 111.76 -
System Red Green Blue C M Y K H S L
Decimal 175 227 107 0.23 0 0.53 0.11 86 0.68 0.65
Hex AF E3 6B 17 0 35 B 56 44 41
Octal 257 343 153 27 0 65 13 126 104 101
Binary 10101111 11100011 1101011 10111 0 110101 1011 1010110 1000100 1000001

Color Harmonies of #AFE36B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE36B

Black with #AFE36B

Text Example


Text Example

White with #AFE36B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE36B; }

 p { color: rgb(175,227,107); }

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

background-color css

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

 a { background-color: rgb(175,227,107); }

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

border-color css

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

 span { border-color: rgb(175,227,107); }

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