Html Css Color HEX #AFF153 Conifer

📋 copy color: '#AFF153'

red 175 ◦ green 241 ◦ blue 83

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

Shades of Conifer #AFF153

Tints of Conifer #AFF153

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.3%

 BLUE value IS 83 (32.81% from 255) = 16.63%

R = 35.07%
G = 48.3%
B = 16.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#AFF153 (or 0xAFF153) is known color: Conifer. HEX triplet: AF, F1 and 53. RGB value is (175,241,83). Sum of RGB (Red+Green+Blue) = 175+241+83=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 241 (94.53% from 255 or 48.30% from 499); Blue value is 83 (32.81% from 255 or 16.63% from 499); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF153 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF153 is #500EAC. Grayscale: #CBCBCB. Windows color (decimal): -5246637 or 5501359. OLE color: 5501359.

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

Color convert

RGB 175 241 83 -
CMYK 0.27 0 0.66 0.05
HSL 85.06º 0.85% 0.64% -
HSV(B) 85.06º 0.66% 0.95% -
XYZ 50.7 72.65 19.53 -
YUV 203.25 60.13 107.85 -
System Red Green Blue C M Y K H S L
Decimal 175 241 83 0.27 0 0.66 0.05 85.06 0.85 0.64
Hex AF F1 53 1B 0 42 5 55 55 40
Octal 257 361 123 33 0 102 5 125 125 100
Binary 10101111 11110001 1010011 11011 0 1000010 101 1010101 1010101 1000000

Color Harmonies of #AFF153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF153

Black with #AFF153

Text Example


Text Example

White with #AFF153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF153; }

 p { color: rgb(175,241,83); }

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

background-color css

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

 a { background-color: rgb(175,241,83); }

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

border-color css

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

 span { border-color: rgb(175,241,83); }

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