Html Css Color HEX #AFE26B Conifer

📋 copy color: '#AFE26B'

red 175 ◦ green 226 ◦ blue 107

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

Shades of Conifer #AFE26B

Tints of Conifer #AFE26B

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.49%

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

R = 34.45%
G = 44.49%
B = 21.06%

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

#AFE26B (or 0xAFE26B) is known color: Conifer. HEX triplet: AF, E2 and 6B. RGB value is (175,226,107). Sum of RGB (Red+Green+Blue) = 175+226+107=508 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.45% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE26B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE26B is #501D94. Grayscale: #C5C5C5. Windows color (decimal): -5250453 or 7070383. OLE color: 7070383.

HSL color Cylindrical-coordinate representation of color #AFE26B: hue angle of 85.71º degrees, saturation: 0.67, 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 #AFE26B is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 107 -
CMYK 0.23 0 0.53 0.11
HSL 85.71º 0.67% 0.65% -
HSV(B) 85.71º 0.53% 0.89% -
XYZ 47.53 64.57 23.87 -
YUV 197.19 77.1 112.18 -
System Red Green Blue C M Y K H S L
Decimal 175 226 107 0.23 0 0.53 0.11 85.71 0.67 0.65
Hex AF E2 6B 17 0 35 B 56 43 41
Octal 257 342 153 27 0 65 13 126 103 101
Binary 10101111 11100010 1101011 10111 0 110101 1011 1010110 1000011 1000001

Color Harmonies of #AFE26B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE26B

Black with #AFE26B

Text Example


Text Example

White with #AFE26B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE26B; }

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

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

background-color css

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

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

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

border-color css

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

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

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