Html Css Color HEX #AFF358 Conifer

📋 copy color: '#AFF358'

red 175 ◦ green 243 ◦ blue 88

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

Shades of Conifer #AFF358

Tints of Conifer #AFF358

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.02%

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

R = 34.58%
G = 48.02%
B = 17.39%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.64

 K value IS 0.05

RGB Variations

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

Color information

#AFF358 (or 0xAFF358) is known color: Conifer. HEX triplet: AF, F3 and 58. RGB value is (175,243,88). Sum of RGB (Red+Green+Blue) = 175+243+88=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 88 (34.77% from 255 or 17.39% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF358 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF358 is #500CA7. Grayscale: #CDCDCD. Windows color (decimal): -5246120 or 5829551. OLE color: 5829551.

HSL color Cylindrical-coordinate representation of color #AFF358: hue angle of 86.32º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AFF358 is Cyan = 0.28, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 243 88 -
CMYK 0.28 0 0.64 0.05
HSL 86.32º 0.87% 0.65% -
HSV(B) 86.32º 0.64% 0.95% -
XYZ 51.49 73.92 20.79 -
YUV 205 61.97 106.6 -
System Red Green Blue C M Y K H S L
Decimal 175 243 88 0.28 0 0.64 0.05 86.32 0.87 0.65
Hex AF F3 58 1C 0 40 5 56 57 41
Octal 257 363 130 34 0 100 5 126 127 101
Binary 10101111 11110011 1011000 11100 0 1000000 101 1010110 1010111 1000001

Color Harmonies of #AFF358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF358

Black with #AFF358

Text Example


Text Example

White with #AFF358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF358; }

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

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

background-color css

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

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

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

border-color css

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

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

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