Html Css Color HEX #AFE958 Conifer

📋 copy color: '#AFE958'

red 175 ◦ green 233 ◦ blue 88

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

Shades of Conifer #AFE958

Tints of Conifer #AFE958

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.98%

 BLUE value IS 88 (34.77% from 255) = 17.74%

R = 35.28%
G = 46.98%
B = 17.74%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.09

RGB Variations

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

Color information

#AFE958 (or 0xAFE958) is known color: Conifer. HEX triplet: AF, E9 and 58. RGB value is (175,233,88). Sum of RGB (Red+Green+Blue) = 175+233+88=496 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.28% from 496); Green value is 233 (91.41% from 255 or 46.98% from 496); Blue value is 88 (34.77% from 255 or 17.74% from 496); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE958 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE958 is #5016A7. Grayscale: #C7C7C7. Windows color (decimal): -5248680 or 5826991. OLE color: 5826991.

HSL color Cylindrical-coordinate representation of color #AFE958: hue angle of 84º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AFE958 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 88 -
CMYK 0.25 0 0.62 0.09
HSL 84º 0.77% 0.63% -
HSV(B) 84º 0.62% 0.91% -
XYZ 48.58 68.1 19.82 -
YUV 199.13 65.28 110.79 -
System Red Green Blue C M Y K H S L
Decimal 175 233 88 0.25 0 0.62 0.09 84 0.77 0.63
Hex AF E9 58 19 0 3E 9 54 4D 3F
Octal 257 351 130 31 0 76 11 124 115 77
Binary 10101111 11101001 1011000 11001 0 111110 1001 1010100 1001101 111111

Color Harmonies of #AFE958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE958

Black with #AFE958

Text Example


Text Example

White with #AFE958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE958; }

 p { color: rgb(175,233,88); }

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

background-color css

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

 a { background-color: rgb(175,233,88); }

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

border-color css

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

 span { border-color: rgb(175,233,88); }

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