Html Css Color HEX #AFE268 Conifer

📋 copy color: '#AFE268'

red 175 ◦ green 226 ◦ blue 104

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

Shades of Conifer #AFE268

Tints of Conifer #AFE268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.59%

R = 34.65%
G = 44.75%
B = 20.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#AFE268 (or 0xAFE268) is known color: Conifer. HEX triplet: AF, E2 and 68. RGB value is (175,226,104). Sum of RGB (Red+Green+Blue) = 175+226+104=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE268 is #501D97. Grayscale: #C5C5C5. Windows color (decimal): -5250456 or 6873775. OLE color: 6873775.

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

Color convert

RGB 175 226 104 -
CMYK 0.23 0 0.54 0.11
HSL 85.08º 0.68% 0.65% -
HSV(B) 85.08º 0.54% 0.89% -
XYZ 47.37 64.51 23.05 -
YUV 196.84 75.6 112.42 -
System Red Green Blue C M Y K H S L
Decimal 175 226 104 0.23 0 0.54 0.11 85.08 0.68 0.65
Hex AF E2 68 17 0 36 B 55 44 41
Octal 257 342 150 27 0 66 13 125 104 101
Binary 10101111 11100010 1101000 10111 0 110110 1011 1010101 1000100 1000001

Color Harmonies of #AFE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE268

Black with #AFE268

Text Example


Text Example

White with #AFE268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE268; }

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

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

background-color css

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

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

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

border-color css

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

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

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